Inheritance
System.Object
Tables
Assembly: PeNet.dll
public class Tables : object
Properties
|
Improve this Doc
View Source
Declaration
public List<Assembly>? Assembly { get; set; }
Property Value
Type |
Description |
System.Nullable<List<Assembly>> |
|
|
Improve this Doc
View Source
Declaration
public List<AssemblyOS>? AssemblyOS { get; set; }
Property Value
Type |
Description |
System.Nullable<List<AssemblyOS>> |
|
|
Improve this Doc
View Source
Declaration
public List<AssemblyProcessor>? AssemblyProcessor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<AssemblyRef>? AssemblyRef { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<AssemblyRefOS>? AssemblyRefOS { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<AssemblyRefProcessor>? AssemblyRefProcessor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<ClassLayout>? ClassLayout { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<Constant>? Constant { get; set; }
Property Value
Type |
Description |
System.Nullable<List<Constant>> |
|
|
Improve this Doc
View Source
Declaration
public List<CustomAttribute>? CustomAttribute { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<DeclSecurity>? DeclSecurity { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<Event>? Event { get; set; }
Property Value
Type |
Description |
System.Nullable<List<Event>> |
|
|
Improve this Doc
View Source
Declaration
public List<EventMap>? EventMap { get; set; }
Property Value
Type |
Description |
System.Nullable<List<EventMap>> |
|
|
Improve this Doc
View Source
Declaration
public List<ExportedType>? ExportedType { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<Field>? Field { get; set; }
Property Value
Type |
Description |
System.Nullable<List<Field>> |
|
|
Improve this Doc
View Source
Declaration
public List<FieldLayout>? FieldLayout { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<FieldMarshal>? FieldMarshal { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<FieldRVA>? FieldRVA { get; set; }
Property Value
Type |
Description |
System.Nullable<List<FieldRVA>> |
|
|
Improve this Doc
View Source
Declaration
public List<File>? File { get; set; }
Property Value
Type |
Description |
System.Nullable<List<File>> |
|
|
Improve this Doc
View Source
Declaration
public List<GenericParam>? GenericParam { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<GenericParamConstraint>? GenericParamConstraints { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<ImplMap>? ImplMap { get; set; }
Property Value
Type |
Description |
System.Nullable<List<ImplMap>> |
|
|
Improve this Doc
View Source
Declaration
public List<InterfaceImpl>? InterfaceImpl { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<ManifestResource>? ManifestResource { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<MemberRef>? MemberRef { get; set; }
Property Value
Type |
Description |
System.Nullable<List<MemberRef>> |
|
|
Improve this Doc
View Source
Declaration
public List<MethodDef>? MethodDef { get; set; }
Property Value
Type |
Description |
System.Nullable<List<MethodDef>> |
|
|
Improve this Doc
View Source
Declaration
public List<MethodImpl>? MethodImpl { get; set; }
Property Value
Type |
Description |
System.Nullable<List<MethodImpl>> |
|
|
Improve this Doc
View Source
Declaration
public List<MethodSemantics>? MethodSemantic { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<Module>? Module { get; set; }
Property Value
Type |
Description |
System.Nullable<List<Module>> |
|
|
Improve this Doc
View Source
Declaration
public List<ModuleRef>? ModuleRef { get; set; }
Property Value
Type |
Description |
System.Nullable<List<ModuleRef>> |
|
|
Improve this Doc
View Source
Declaration
public List<NestedClass>? NestedClass { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<Param>? Param { get; set; }
Property Value
Type |
Description |
System.Nullable<List<Param>> |
|
|
Improve this Doc
View Source
Declaration
public List<Property>? Property { get; set; }
Property Value
Type |
Description |
System.Nullable<List<Property>> |
|
|
Improve this Doc
View Source
Declaration
public List<PropertyMap>? PropertyMap { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<StandAloneSig>? StandAloneSig { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<TypeDef>? TypeDef { get; set; }
Property Value
Type |
Description |
System.Nullable<List<TypeDef>> |
|
|
Improve this Doc
View Source
Declaration
public List<TypeRef>? TypeRef { get; set; }
Property Value
Type |
Description |
System.Nullable<List<TypeRef>> |
|
|
Improve this Doc
View Source
Declaration
public List<TypeSpec>? TypeSpec { get; set; }
Property Value
Type |
Description |
System.Nullable<List<TypeSpec>> |
|