Show / Hide Table of Contents

Class Tables

Inheritance
System.Object
Tables
Namespace: PeNet.Header.Net.MetaDataTables
Assembly: PeNet.dll
Syntax
public class Tables : object

Properties

| Improve this Doc View Source

Assembly

Declaration
public List<Assembly>? Assembly { get; set; }
Property Value
Type Description
System.Nullable<List<Assembly>>
| Improve this Doc View Source

AssemblyOS

Declaration
public List<AssemblyOS>? AssemblyOS { get; set; }
Property Value
Type Description
System.Nullable<List<AssemblyOS>>
| Improve this Doc View Source

AssemblyProcessor

Declaration
public List<AssemblyProcessor>? AssemblyProcessor { get; set; }
Property Value
Type Description
System.Nullable<List<AssemblyProcessor>>
| Improve this Doc View Source

AssemblyRef

Declaration
public List<AssemblyRef>? AssemblyRef { get; set; }
Property Value
Type Description
System.Nullable<List<AssemblyRef>>
| Improve this Doc View Source

AssemblyRefOS

Declaration
public List<AssemblyRefOS>? AssemblyRefOS { get; set; }
Property Value
Type Description
System.Nullable<List<AssemblyRefOS>>
| Improve this Doc View Source

AssemblyRefProcessor

Declaration
public List<AssemblyRefProcessor>? AssemblyRefProcessor { get; set; }
Property Value
Type Description
System.Nullable<List<AssemblyRefProcessor>>
| Improve this Doc View Source

ClassLayout

Declaration
public List<ClassLayout>? ClassLayout { get; set; }
Property Value
Type Description
System.Nullable<List<ClassLayout>>
| Improve this Doc View Source

Constant

Declaration
public List<Constant>? Constant { get; set; }
Property Value
Type Description
System.Nullable<List<Constant>>
| Improve this Doc View Source

CustomAttribute

Declaration
public List<CustomAttribute>? CustomAttribute { get; set; }
Property Value
Type Description
System.Nullable<List<CustomAttribute>>
| Improve this Doc View Source

DeclSecurity

Declaration
public List<DeclSecurity>? DeclSecurity { get; set; }
Property Value
Type Description
System.Nullable<List<DeclSecurity>>
| Improve this Doc View Source

Event

Declaration
public List<Event>? Event { get; set; }
Property Value
Type Description
System.Nullable<List<Event>>
| Improve this Doc View Source

EventMap

Declaration
public List<EventMap>? EventMap { get; set; }
Property Value
Type Description
System.Nullable<List<EventMap>>
| Improve this Doc View Source

ExportedType

Declaration
public List<ExportedType>? ExportedType { get; set; }
Property Value
Type Description
System.Nullable<List<ExportedType>>
| Improve this Doc View Source

Field

Declaration
public List<Field>? Field { get; set; }
Property Value
Type Description
System.Nullable<List<Field>>
| Improve this Doc View Source

FieldLayout

Declaration
public List<FieldLayout>? FieldLayout { get; set; }
Property Value
Type Description
System.Nullable<List<FieldLayout>>
| Improve this Doc View Source

FieldMarshal

Declaration
public List<FieldMarshal>? FieldMarshal { get; set; }
Property Value
Type Description
System.Nullable<List<FieldMarshal>>
| Improve this Doc View Source

FieldRVA

Declaration
public List<FieldRVA>? FieldRVA { get; set; }
Property Value
Type Description
System.Nullable<List<FieldRVA>>
| Improve this Doc View Source

File

Declaration
public List<File>? File { get; set; }
Property Value
Type Description
System.Nullable<List<File>>
| Improve this Doc View Source

GenericParam

Declaration
public List<GenericParam>? GenericParam { get; set; }
Property Value
Type Description
System.Nullable<List<GenericParam>>
| Improve this Doc View Source

GenericParamConstraints

Declaration
public List<GenericParamConstraint>? GenericParamConstraints { get; set; }
Property Value
Type Description
System.Nullable<List<GenericParamConstraint>>
| Improve this Doc View Source

ImplMap

Declaration
public List<ImplMap>? ImplMap { get; set; }
Property Value
Type Description
System.Nullable<List<ImplMap>>
| Improve this Doc View Source

InterfaceImpl

Declaration
public List<InterfaceImpl>? InterfaceImpl { get; set; }
Property Value
Type Description
System.Nullable<List<InterfaceImpl>>
| Improve this Doc View Source

ManifestResource

Declaration
public List<ManifestResource>? ManifestResource { get; set; }
Property Value
Type Description
System.Nullable<List<ManifestResource>>
| Improve this Doc View Source

MemberRef

Declaration
public List<MemberRef>? MemberRef { get; set; }
Property Value
Type Description
System.Nullable<List<MemberRef>>
| Improve this Doc View Source

MethodDef

Declaration
public List<MethodDef>? MethodDef { get; set; }
Property Value
Type Description
System.Nullable<List<MethodDef>>
| Improve this Doc View Source

MethodImpl

Declaration
public List<MethodImpl>? MethodImpl { get; set; }
Property Value
Type Description
System.Nullable<List<MethodImpl>>
| Improve this Doc View Source

MethodSemantic

Declaration
public List<MethodSemantics>? MethodSemantic { get; set; }
Property Value
Type Description
System.Nullable<List<MethodSemantics>>
| Improve this Doc View Source

Module

Declaration
public List<Module>? Module { get; set; }
Property Value
Type Description
System.Nullable<List<Module>>
| Improve this Doc View Source

ModuleRef

Declaration
public List<ModuleRef>? ModuleRef { get; set; }
Property Value
Type Description
System.Nullable<List<ModuleRef>>
| Improve this Doc View Source

NestedClass

Declaration
public List<NestedClass>? NestedClass { get; set; }
Property Value
Type Description
System.Nullable<List<NestedClass>>
| Improve this Doc View Source

Param

Declaration
public List<Param>? Param { get; set; }
Property Value
Type Description
System.Nullable<List<Param>>
| Improve this Doc View Source

Property

Declaration
public List<Property>? Property { get; set; }
Property Value
Type Description
System.Nullable<List<Property>>
| Improve this Doc View Source

PropertyMap

Declaration
public List<PropertyMap>? PropertyMap { get; set; }
Property Value
Type Description
System.Nullable<List<PropertyMap>>
| Improve this Doc View Source

StandAloneSig

Declaration
public List<StandAloneSig>? StandAloneSig { get; set; }
Property Value
Type Description
System.Nullable<List<StandAloneSig>>
| Improve this Doc View Source

TypeDef

Declaration
public List<TypeDef>? TypeDef { get; set; }
Property Value
Type Description
System.Nullable<List<TypeDef>>
| Improve this Doc View Source

TypeRef

Declaration
public List<TypeRef>? TypeRef { get; set; }
Property Value
Type Description
System.Nullable<List<TypeRef>>
| Improve this Doc View Source

TypeSpec

Declaration
public List<TypeSpec>? TypeSpec { get; set; }
Property Value
Type Description
System.Nullable<List<TypeSpec>>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX