Show / Hide Table of Contents

Class Tables

Inheritance
System.Object
Tables
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)
System.Object.ToString()
Namespace: PeNet.Structures.MetaDataTables
Assembly: PeNet.dll
Syntax
public class Tables

Properties

| Improve this Doc View Source

Assembly

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

AssemblyOS

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

AssemblyProcessor

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

AssemblyRef

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

AssemblyRefOS

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

AssemblyRefProcessor

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

ClassLayout

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

Constant

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

CustomAttribute

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

DeclSecurity

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

Event

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

EventMap

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

ExportedType

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

Field

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

FieldLayout

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

FieldMarshal

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

FieldRVA

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

File

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

GenericParam

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

GenericParamConstraints

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

ImplMap

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

InterfaceImpl

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

ManifestResource

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

MemberRef

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

MethodDef

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

MethodImpl

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

MethodSemantic

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

Module

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

ModuleRef

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

NestedClass

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

Param

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

Property

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

PropertyMap

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

StandAloneSig

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

TypeDef

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

TypeRef

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

TypeSpec

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