ExeContext.ExePath Propriedade
Definição
Obtém o caminho atual do aplicativo.Gets the current path for the application.
public:
property System::String ^ ExePath { System::String ^ get(); };
public string ExePath { get; }
member this.ExePath : string
Public ReadOnly Property ExePath As String
Valor da propriedade
Um valor de cadeia de caracteres que contém o caminho atual.A string value containing the current path.