_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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.