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.
[Visual Basic] Public ReadOnly Property SnapShotID As Integer [C#] public int SnapShotID {get;} [C++] public: __property int get_SnapShotID(); [JScript] public function get SnapShotID() : int;
Get the SnapshotID used by the assembly resolver to track what assemblies are loaded in an application domain.