FrameworkContext Constructor |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax 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