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 Properties

The properties of the AppDomain class are listed below. For a complete list of AppDomain class members, see the AppDomain Members topic.

Public:

BaseDirectory Read-only. Get the base directory that the assembly resolver uses to probe for assemblies. The BaseDirectory property corresponds to the assembly resolver's APPBASE.
CurrentDomain Read-only. Gets the current application domain for the current Thread.
Evidence Read-only. Gets the Evidence associated with this application domain that is used as input to security policy.
FriendlyName Read-only. Gets the friendly name of this application domain.
RelativeSearchPath [To be supplied.]
ShadowCopyFiles Read-only. If ShadowCopyFiles is set all assemblies that are loaded in the application domain are shadow copied, not just a particular one.
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.
SnapShotID Read-only. Get the SnapShotID used by the assembly resolver to track what assemblies are loaded in an application domain. The SnapShotID is related to the ShadowCopyFiles property. The host will change the SnapShotID if they wish shadow copying to be started "fresh" for this instance of the application domain rather than reusing the copies that were made before.

See Also

AppDomain Class | System Namespace