Click or drag to resize

FrameworkContext Constructor

Create a FrameworkContext.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public FrameworkContext(
	string targetFramework,
	string targetFrameworkVersion,
	string targetFrameworkProfile,
	ApplicationContext applicationContext,
	bool isAndroid
)

Parameters

targetFramework
Type: SystemString
targetFrameworkVersion
Type: SystemString
targetFrameworkProfile
Type: SystemString
applicationContext
Type: Nova.CodeDOMApplicationContext
isAndroid
Type: SystemBoolean
See Also