_AppDomain.AppendPrivatePath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- path
- String
The name of the directory to be appended to the private path.
- Attributes
Remarks
See the AppDomain.AppendPrivatePath method.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.