FrameworkContextGet Method |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax 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:
FrameworkContextSee Also