Support.GetPath Método

Definición

Precaución

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Obtiene la ruta de acceso actual de la aplicación.

public:
 static System::String ^ GetPath();
public static string GetPath();
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static string GetPath();
static member GetPath : unit -> string
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member GetPath : unit -> string
Public Function GetPath () As String

Devoluciones

que String contiene la ruta de acceso del ensamblado que se está ejecutando actualmente.

Atributos

Comentarios

Note

Las herramientas proporcionan funciones y objetos en el espacio de nombres /> de

Se aplica a