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!

AppDomainFlags.SnapshotID

Used to get or set the SnapshotID. The SnapshotID is used by the assembly cache manager to track what assemblies are loaded in an application domain.

[Visual Basic]
Public Shared ReadOnly SnapshotID As String
[C#]
public static readonly string SnapshotID;
[C++]
public: static readonly String* SnapshotID;
[JScript]
public static var SnapshotID : String;

See Also

AppDomainFlags Class | AppDomainFlags Members | System Namespace