Show / Hide Table of Contents

Class Tables

Inheritance
object
Tables
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Net.MetaDataTables
Assembly: PeNet.dll
Syntax
public class Tables

Properties

| Edit this page View Source

Assembly

Declaration
public List<Assembly>? Assembly { get; set; }
Property Value
Type Description
List<Assembly>
| Edit this page View Source

AssemblyOS

Declaration
public List<AssemblyOS>? AssemblyOS { get; set; }
Property Value
Type Description
List<AssemblyOS>
| Edit this page View Source

AssemblyProcessor

Declaration
public List<AssemblyProcessor>? AssemblyProcessor { get; set; }
Property Value
Type Description
List<AssemblyProcessor>
| Edit this page View Source

AssemblyRef

Declaration
public List<AssemblyRef>? AssemblyRef { get; set; }
Property Value
Type Description
List<AssemblyRef>
| Edit this page View Source

AssemblyRefOS

Declaration
public List<AssemblyRefOS>? AssemblyRefOS { get; set; }
Property Value
Type Description
List<AssemblyRefOS>
| Edit this page View Source

AssemblyRefProcessor

Declaration
public List<AssemblyRefProcessor>? AssemblyRefProcessor { get; set; }
Property Value
Type Description
List<AssemblyRefProcessor>
| Edit this page View Source

ClassLayout

Declaration
public List<ClassLayout>? ClassLayout { get; set; }
Property Value
Type Description
List<ClassLayout>
| Edit this page View Source

Constant

Declaration
public List<Constant>? Constant { get; set; }
Property Value
Type Description
List<Constant>
| Edit this page View Source

CustomAttribute

Declaration
public List<CustomAttribute>? CustomAttribute { get; set; }
Property Value
Type Description
List<CustomAttribute>
| Edit this page View Source

DeclSecurity

Declaration
public List<DeclSecurity>? DeclSecurity { get; set; }
Property Value
Type Description
List<DeclSecurity>
| Edit this page View Source

Event

Declaration
public List<Event>? Event { get; set; }
Property Value
Type Description
List<Event>
| Edit this page View Source

EventMap

Declaration
public List<EventMap>? EventMap { get; set; }
Property Value
Type Description
List<EventMap>
| Edit this page View Source

ExportedType

Declaration
public List<ExportedType>? ExportedType { get; set; }
Property Value
Type Description
List<ExportedType>
| Edit this page View Source

Field

Declaration
public List<Field>? Field { get; set; }
Property Value
Type Description
List<Field>
| Edit this page View Source

FieldLayout

Declaration
public List<FieldLayout>? FieldLayout { get; set; }
Property Value
Type Description
List<FieldLayout>
| Edit this page View Source

FieldMarshal

Declaration
public List<FieldMarshal>? FieldMarshal { get; set; }
Property Value
Type Description
List<FieldMarshal>
| Edit this page View Source

FieldRVA

Declaration
public List<FieldRVA>? FieldRVA { get; set; }
Property Value
Type Description
List<FieldRVA>
| Edit this page View Source

File

Declaration
public List<File>? File { get; set; }
Property Value
Type Description
List<File>
| Edit this page View Source

GenericParam

Declaration
public List<GenericParam>? GenericParam { get; set; }
Property Value
Type Description
List<GenericParam>
| Edit this page View Source

GenericParamConstraints

Declaration
public List<GenericParamConstraint>? GenericParamConstraints { get; set; }
Property Value
Type Description
List<GenericParamConstraint>
| Edit this page View Source

ImplMap

Declaration
public List<ImplMap>? ImplMap { get; set; }
Property Value
Type Description
List<ImplMap>
| Edit this page View Source

InterfaceImpl

Declaration
public List<InterfaceImpl>? InterfaceImpl { get; set; }
Property Value
Type Description
List<InterfaceImpl>
| Edit this page View Source

ManifestResource

Declaration
public List<ManifestResource>? ManifestResource { get; set; }
Property Value
Type Description
List<ManifestResource>
| Edit this page View Source

MemberRef

Declaration
public List<MemberRef>? MemberRef { get; set; }
Property Value
Type Description
List<MemberRef>
| Edit this page View Source

MethodDef

Declaration
public List<MethodDef>? MethodDef { get; set; }
Property Value
Type Description
List<MethodDef>
| Edit this page View Source

MethodImpl

Declaration
public List<MethodImpl>? MethodImpl { get; set; }
Property Value
Type Description
List<MethodImpl>
| Edit this page View Source

MethodSemantic

Declaration
public List<MethodSemantics>? MethodSemantic { get; set; }
Property Value
Type Description
List<MethodSemantics>
| Edit this page View Source

Module

Declaration
public List<Module>? Module { get; set; }
Property Value
Type Description
List<Module>
| Edit this page View Source

ModuleRef

Declaration
public List<ModuleRef>? ModuleRef { get; set; }
Property Value
Type Description
List<ModuleRef>
| Edit this page View Source

NestedClass

Declaration
public List<NestedClass>? NestedClass { get; set; }
Property Value
Type Description
List<NestedClass>
| Edit this page View Source

Param

Declaration
public List<Param>? Param { get; set; }
Property Value
Type Description
List<Param>
| Edit this page View Source

Property

Declaration
public List<Property>? Property { get; set; }
Property Value
Type Description
List<Property>
| Edit this page View Source

PropertyMap

Declaration
public List<PropertyMap>? PropertyMap { get; set; }
Property Value
Type Description
List<PropertyMap>
| Edit this page View Source

StandAloneSig

Declaration
public List<StandAloneSig>? StandAloneSig { get; set; }
Property Value
Type Description
List<StandAloneSig>
| Edit this page View Source

TypeDef

Declaration
public List<TypeDef>? TypeDef { get; set; }
Property Value
Type Description
List<TypeDef>
| Edit this page View Source

TypeRef

Declaration
public List<TypeRef>? TypeRef { get; set; }
Property Value
Type Description
List<TypeRef>
| Edit this page View Source

TypeSpec

Declaration
public List<TypeSpec>? TypeSpec { get; set; }
Property Value
Type Description
List<TypeSpec>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX