VCLinkerTool.CLRUnmanagedCodeCheck Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Determina se/CLRUNMANAGEDCODECHECK está em vigor ou não.
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
Valor da propriedade
Retorna um Booliano. true se/CLRUNMANAGEDCODECHECK estiver em vigor.
- Atributos
Comentários
Para obter mais informações, consulte /CLRUNMANAGEDCODECHECK (Adicionar SupressUnmanagedCodeSecurityAttribute).