VCLinkerTool.CLRUnmanagedCodeCheck Property

Definition

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).

Applies to