Appends the specified name of the directory to the shared path.
[Visual Basic] Public Sub AppendSharedPath( _ ByVal path As String _ ) [C#] public void AppendSharedPath( string path ); [C++] public: void AppendSharedPath( String* path ); [JScript] public function AppendSharedPath( path : String );
The shared path is the path relative to the base directory where the assembly resolver probes for shared assemblies. Shared assemblies are published assemblies. Published assemblies need not be deployed in the same directory structure as the application.