Class Assembly
Inheritance
System.Object
Assembly
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: PeNet.dll
public class Assembly : AbstractTable
Constructors
|
Improve this Doc
View Source
Declaration
public Assembly(byte[] buff, uint offset, HeapSizes heapSizes, IndexSize indexSizes)
Parameters
Type |
Name |
Description |
System.Byte[] |
buff |
|
System.UInt32 |
offset |
|
HeapSizes |
heapSizes |
|
IndexSize |
indexSizes |
|
Properties
|
Improve this Doc
View Source
Declaration
public ushort BuildNumber { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Declaration
public uint Culture { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint Flags { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint HashAlgId { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public ushort MajorVersion { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Declaration
public ushort MinorVersion { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Declaration
public uint Name { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint PublicKey { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public ushort RevisionNumber { get; }
Property Value
Type |
Description |
System.UInt16 |
|