Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.