Exemple #1
0
 internal CliMetadataManifestResourceLockedTableRow(uint index, byte state, ICliMetadataRoot metadataRoot, uint offset, uint flags, uint nameIndex, CliMetadataImplementationTag implementationSource, uint implementationIndex)
 {
     this.index                = index;
     this.metadataRoot         = metadataRoot;
     this.state                = state;
     this.offset               = offset;
     this.flags                = flags;
     this.nameIndex            = nameIndex;
     this.implementationSource = implementationSource;
     this.implementationIndex  = implementationIndex;
 }
Exemple #2
0
 internal CliMetadataExportedTypeLockedTableRow(uint index, byte state, ICliMetadataRoot metadataRoot, TypeAttributes typeAttributes, uint typeDefIdentifier, uint nameIndex, uint namespaceIndex, CliMetadataImplementationTag implementationSource, uint implementationIndex)
 {
     this.index                = index;
     this.metadataRoot         = metadataRoot;
     this.state                = state;
     this.typeAttributes       = typeAttributes;
     this.typeDefIdentifier    = typeDefIdentifier;
     this.nameIndex            = nameIndex;
     this.namespaceIndex       = namespaceIndex;
     this.implementationSource = implementationSource;
     this.implementationIndex  = implementationIndex;
 }