Appends the specified name of the directory to the private path.
[Visual Basic] Public Sub AppendPrivatePath( _ ByVal path As String _ ) [C#] public void AppendPrivatePath( string path ); [C++] public: void AppendPrivatePath( String* path ); [JScript] public function AppendPrivatePath( path : String );
The private path, or relative search path, is the path relative to the base directory where the assembly resolver probes for private assemblies.