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.
[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.
[To be supplied.]
Namespace: System.Configuration.Assemblies
Assembly: mscorlib.dll
AssemblyHash Members | System.Configuration.Assemblies Namespace