AssemblyRef.AddHash Method
Add the hash value for this external assembly
[Visual Basic]
Public Sub AddHash( _
ByVal hash As Byte() _
)
[C#]
public void AddHash(
byte[] hash
);
Parameters
- hash
- bytes of the hash value
See Also
AssemblyRef Class | AssemblyRef Members | PEAPI Namespace