_AppDomain.AppendPrivatePath(String) Método
Definição
Fornece objetos COM com acesso independente de versão para o método AppendPrivatePath(String).Provides COM objects with version-independent access to the AppendPrivatePath(String) method.
public:
void AppendPrivatePath(System::String ^ path);
public void AppendPrivatePath (string path);
[System.Security.SecurityCritical]
public void AppendPrivatePath (string path);
abstract member AppendPrivatePath : string -> unit
[<System.Security.SecurityCritical>]
abstract member AppendPrivatePath : string -> unit
Public Sub AppendPrivatePath (path As String)
Parâmetros
- path
- String
O nome do diretório a ser anexo ao caminho privado.The name of the directory to be appended to the private path.
- Atributos
Comentários
Consulte o AppDomain.AppendPrivatePath método.See the AppDomain.AppendPrivatePath method.