Show / Hide Table of Contents

Enum MaskValidType

MaskValid flags from the MetaDataTablesHdr. The flags show, which tables are present.

Namespace: PeNet.Header.Net
Assembly: PeNet.dll
Syntax
public enum MaskValidType : ulong

Fields

Name Description
Assembly

Table Assembly is present.

AssemblyOS

Table AssemblyOS is present.

AssemblyProcessor

Table AssemblyProcessor is present.

AssemblyRef

Table AssemblyRef is present.

AssemblyRefOS

Table AssemblyRefOS is present.

AssemblyRefProcessor

Table AssemblyRefProcessor is present.

ClassLayout

Table ClassLayout is present.

Constant

Table Constant is present.

CustomAttribute

Table CustomAttribute is present.

DeclSecurity

Table DeclSecurity is present.

Event

Table Event is present.

EventMap

Table EventMap is present.

ExportedType

Table ExportedType is present.

Field

Table Field is present.

FieldLayout

Table FieldLayout is present.

FieldMarshal

Table FieldMarshal is present.

FieldRva

Table FieldRVA is present.

File

Table File is present.

GenericParam

Table GenericParam is present.

GenericParamConstraint

Table GenericParamConstraint is present.

ImplMap

Table ImplMap is present.

InterfaceImpl

Table InterfaceImpl is present.

ManifestResource

Table ManifestResource is present.

MemberRef

Table MemberRef is present.

MethodDef

Table MethodDef is present.

MethodImpl

Table MethodImpl is present.

MethodSemantics

Table MethodSemantics is present.

MethodSpec

Table MethodSpec is present

Module

Table Module is present.

ModuleRef

Table ModuleRef is present.

NestedClass

Table NestedClass is present.

Param

Table Param is present.

Property

Table Property is present.

PropertyMap

Table PropertyMap is present.

StandAloneSig

Table StandAloneSig is present.

TypeDef

Table TypeDef is present.

TypeRef

Table TypeRef is present.

TypeSpec

Table TypeSpec is present.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX