Compartilhar via


ApplicationInfo.PhysicalPath Propriedade

Definição

Obtém o caminho físico correspondente à raiz do aplicativo.

public:
 property System::String ^ PhysicalPath { System::String ^ get(); };
public string PhysicalPath { get; }
member this.PhysicalPath : string
Public ReadOnly Property PhysicalPath As String

Valor da propriedade

String

O caminho físico correspondente à raiz do aplicativo.

Comentários

A PhysicalPath propriedade é o caminho que foi passado para o CreateObject método quando o aplicativo foi criado.

Aplica-se a