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!

AssemblyHash Structure

Represents a hash of an assembly's contents. Assembly hashes are used throughout the NGWS runtime to detect a change in the contents of an assembly.

Object
   ValueType
      AssemblyHash

[Visual Basic]
Public Structure AssemblyHash
   Implements ICloneable
[C#]
public struct AssemblyHash : ICloneable
[C++]
public __value struct AssemblyHash : public ICloneable

[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.

Remarks

[To be supplied.]

Requirements

Namespace: System.Configuration.Assemblies

Assembly: mscorlib.dll

See Also

AssemblyHash Members | System.Configuration.Assemblies Namespace