AppDomainInfo.GetPhysicalPath Methode

Definitie

Hiermee haalt u het fysieke pad van het toepassingsdomein op.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 virtual System::String ^ GetPhysicalPath();
public string GetPhysicalPath();
abstract member GetPhysicalPath : unit -> string
override this.GetPhysicalPath : unit -> string
Public Function GetPhysicalPath () As String

Retouren

Het fysieke pad van het toepassingsdomein.

Implementeringen

Opmerkingen

GetPhysicalPath wordt geïntroduceerd in het .NET Framework 3.5. Zie Versies en afhankelijkheden voor meer informatie.

Van toepassing op