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.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.

[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;

Property Value

Get the SnapshotID used by the assembly resolver to track what assemblies are loaded in an application domain.

See Also

AppDomain Class | AppDomain Members | System Namespace