| ApplicationInfoTargetFramework Property |
Gets the target framework the application was built against
Namespace:
Cauldron.Reflection
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.2
Syntax public static string TargetFramework { get; }
Public Shared ReadOnly Property TargetFramework As String
Get
public:
static property String^ TargetFramework {
String^ get ();
}
Property Value
Type:
String[Missing <value> documentation for "P:Cauldron.Reflection.ApplicationInfo.TargetFramework"]
See Also