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;
AppDomainFlags Class | AppDomainFlags Members | System Namespace