VCLinkerTool.CLRUnmanagedCodeCheck Property
Visual Studio 2005
Determines whether /CLRUNMANAGEDCODECHECK is in effect or not.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in microsoft.visualstudio.vcprojectengine.dll)
Assembly: Microsoft.VisualStudio.VCProjectEngine (in microsoft.visualstudio.vcprojectengine.dll)
'Declaration Property CLRUnmanagedCodeCheck As Boolean 'Usage Dim instance As VCLinkerTool Dim value As Boolean value = instance.CLRUnmanagedCodeCheck instance.CLRUnmanagedCodeCheck = value
/** @property */ boolean get_CLRUnmanagedCodeCheck () /** @property */ void set_CLRUnmanagedCodeCheck (/** @attribute InAttribute() */ boolean bVal)
function get CLRUnmanagedCodeCheck () : boolean function set CLRUnmanagedCodeCheck (bVal : boolean)
Property Value
Returns a Boolean. true if /CLRUNMANAGEDCODECHECK is in effect.For more information, see /CLRUNMANAGEDCODECHECK (Add SupressUnmanagedCodeSecurityAttribute).