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

'Declaration
Property CLRUnmanagedCodeCheck As Boolean
    Get
    Set
bool CLRUnmanagedCodeCheck { get; set; }
property bool CLRUnmanagedCodeCheck {
    bool get ();
    void set (bool value);
}
abstract CLRUnmanagedCodeCheck : bool with get, set
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).

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace