_AppDomain.AppendPrivatePath(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
버전에 관계없이 AppendPrivatePath(String) 메서드에 액세스할 수 있는 COM 개체를 제공합니다.
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)
매개 변수
- path
- String
전용 경로에 추가되는 디렉터리 이름입니다.
- 특성
설명
참조 된 AppDomain.AppendPrivatePath 메서드.