VCLinkerTool.CLRUnmanagedCodeCheck Property
Determines whether /CLRUNMANAGEDCODECHECK is in effect or not.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
Property CLRUnmanagedCodeCheck As Boolean
Dim instance As VCLinkerTool
Dim value As Boolean
value = instance.CLRUnmanagedCodeCheck
instance.CLRUnmanagedCodeCheck = value
bool CLRUnmanagedCodeCheck { get; set; }
property bool CLRUnmanagedCodeCheck {
bool get ();
void set (bool value);
}
function get CLRUnmanagedCodeCheck () : boolean
function set CLRUnmanagedCodeCheck (value : boolean)
Property Value
Type: System.Boolean
Returns a Boolean. true if /CLRUNMANAGEDCODECHECK is in effect.
Remarks
For more information, see /CLRUNMANAGEDCODECHECK (Add SupressUnmanagedCodeSecurityAttribute).
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.