VCLinkerTool.EntryPointSymbol 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.
Obtém ou define o endereço inicial (ponto de entrada) para um arquivo. exe ou DLL.
public:
property System::String ^ EntryPointSymbol { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ EntryPointSymbol { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(100)]
public string EntryPointSymbol { [System.Runtime.InteropServices.DispId(100)] get; [System.Runtime.InteropServices.DispId(100)] set; }
[<System.Runtime.InteropServices.DispId(100)>]
[<get: System.Runtime.InteropServices.DispId(100)>]
[<set: System.Runtime.InteropServices.DispId(100)>]
member this.EntryPointSymbol : string with get, set
Public Property EntryPointSymbol As String
Valor da propriedade
O endereço inicial de um arquivo. exe ou. dll.
- Atributos
Comentários
EntryPointSymbol expõe a funcionalidade da opção de vinculador /Entry (símbolo de ponto de entrada) .