NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AppDomain.SharedSearchPath

Read-only. Get the path relative to the base directory where the assembly resolver should probe for shared assemblies. Shared assemblies are published assemblies. Published assemblies need not be deployed in the same directory structure as the application.

[Visual Basic]
Public ReadOnly Property SharedSearchPath As String
[C#]
public string SharedSearchPath {get;}
[C++]
public: __property String* get_SharedSearchPath();
[JScript]
public function get SharedSearchPath() : String;

Property Value

Get the path relative to the base directory where the assembly resolver should probe for shared assemblies.

See Also

AppDomain Class | AppDomain Members | System Namespace