VCLinkerTool.CLRUnmanagedCodeCheck Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether /CLRUNMANAGEDCODECHECK is in effect or not.
public:
property bool CLRUnmanagedCodeCheck { bool get(); void set(bool value); };
public:
property bool CLRUnmanagedCodeCheck { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(117)]
public bool CLRUnmanagedCodeCheck { [System.Runtime.InteropServices.DispId(117)] get; [System.Runtime.InteropServices.DispId(117)] set; }
[<System.Runtime.InteropServices.DispId(117)>]
[<get: System.Runtime.InteropServices.DispId(117)>]
[<set: System.Runtime.InteropServices.DispId(117)>]
member this.CLRUnmanagedCodeCheck : bool with get, set
Public Property CLRUnmanagedCodeCheck As Boolean
Property Value
Returns a Boolean. true
if /CLRUNMANAGEDCODECHECK is in effect.
- Attributes
Remarks
For more information, see /CLRUNMANAGEDCODECHECK (Add SupressUnmanagedCodeSecurityAttribute).