Show / Hide Table of Contents

Class CustomAttribute

Inheritance
System.Object
AbstractStructure
AbstractTable
CustomAttribute
Inherited Members
AbstractTable.HeapSizes
AbstractTable.IndexSizes
AbstractTable.CurrentOffset
AbstractTable.ReadSize(UInt32)
AbstractStructure.ToString()
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)
Namespace: PeNet.Structures.MetaDataTables
Assembly: PeNet.dll
Syntax
public class CustomAttribute : AbstractTable

Constructors

| Improve this Doc View Source

CustomAttribute(Byte[], UInt32, HeapSizes, IndexSize)

Declaration
public CustomAttribute(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

Parent

Declaration
public uint Parent { get; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

Type

Declaration
public uint Type { get; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

Value

Declaration
public uint Value { get; }
Property Value
Type Description
System.UInt32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX