Click or drag to resize

FrameworkContextGet Method

Get the FrameworkContext object for the specified target framework version.

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

Parameters

targetFramework
Type: SystemString
targetFrameworkVersion
Type: SystemString
targetFrameworkProfile
Type: SystemString
applicationDomain
Type: Nova.CodeDOMApplicationContext
isAndroid (Optional)
Type: SystemBoolean

Return Value

Type: FrameworkContext
See Also