Inheritance
System.Object
TypeRefHash
Assembly: PeNet.dll
public class TypeRefHash : object
Constructors
|
Improve this Doc
View Source
Declaration
public TypeRefHash(MetaDataTablesHdr mdtHdr, MetaDataStreamString mdsStream)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public MetaDataStreamString MdsStream { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaDataTablesHdr MdtHdr { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public string? ComputeHash()
Returns
Type |
Description |
System.Nullable<System.String> |
|