Initializes an instance of the Hash class.
[Visual Basic] Public Sub New( _ ByVal assembly As Assembly _ ) [C#] public Hash( Assembly assembly ); [C++] public: Hash( Assembly* assembly ); [JScript] public function Hash( assembly : Assembly );
Exception Type | Condition |
---|---|
ArgumentException | if the type of the argument is not Assembly. |
The hash value computation is not done until one of the properties or method is called.
Hash Class | Hash Members | System.Security.Policy Namespace