Assembly: PeNet.dll
public class AssemblyRef : AbstractTable
Constructors
|
Edit this page
View Source
Declaration
public AssemblyRef(IRawFile peFile, long offset, HeapSizes heapSizes, IndexSize indexSizes)
Parameters
Properties
|
Edit this page
View Source
Declaration
public ushort BuildNumber { get; }
Property Value
|
Edit this page
View Source
Declaration
public uint Culture { get; }
Property Value
|
Edit this page
View Source
Declaration
public uint Flags { get; }
Property Value
|
Edit this page
View Source
Declaration
public uint HashValue { get; }
Property Value
|
Edit this page
View Source
Declaration
public ushort MajorVersion { get; }
Property Value
|
Edit this page
View Source
Declaration
public ushort MinorVersion { get; }
Property Value
|
Edit this page
View Source
Declaration
public uint Name { get; }
Property Value
|
Edit this page
View Source
Declaration
public uint PublicKeyOrToken { get; }
Property Value
|
Edit this page
View Source
Declaration
public ushort RevisionNumber { get; }
Property Value