VCLinkerTool.CLRUnmanagedCodeCheck Eigenschaft

Definition

Bestimmt, ob /CLRUNMANAGEDCODECHECK wirksam ist.

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

Eigenschaftswert

Boolean

Gibt einen booleschen Wert zurück. true, wenn /CLRUNMANAGEDCODECHECK wirksam ist.

Attribute

Hinweise

Weitere Informationen finden Sie unter /CLRUNMANAGEDCODECHECK (Hinzufügen von SuppressUnmanagedCodeSecurity-Attribut).

Gilt für