Esempio n. 1
0
 internal CliMetadataInterfaceImplLockedTableRow(uint index, byte state, ICliMetadataRoot metadataRoot, uint classIndex, CliMetadataTypeDefOrRefTag interfaceSource, uint interfaceIndex)
 {
     this.index           = index;
     this.metadataRoot    = metadataRoot;
     this.state           = state;
     this.classIndex      = classIndex;
     this.interfaceSource = interfaceSource;
     this.interfaceIndex  = interfaceIndex;
 }
Esempio n. 2
0
 internal CliMetadataGenericParamConstraintLockedTableRow(uint index, byte state, ICliMetadataRoot metadataRoot, uint ownerIndex, CliMetadataTypeDefOrRefTag constraintSource, uint constraintIndex)
 {
     this.index            = index;
     this.metadataRoot     = metadataRoot;
     this.state            = state;
     this.ownerIndex       = ownerIndex;
     this.constraintSource = constraintSource;
     this.constraintIndex  = constraintIndex;
 }
Esempio n. 3
0
 internal CliMetadataEventLockedTableRow(uint index, byte state, ICliMetadataRoot metadataRoot, EventAttributes flags, uint nameIndex, CliMetadataTypeDefOrRefTag signatureSource, uint signatureTypeIndex)
 {
     this.index              = index;
     this.metadataRoot       = metadataRoot;
     this.state              = state;
     this.flags              = flags;
     this.nameIndex          = nameIndex;
     this.signatureSource    = signatureSource;
     this.signatureTypeIndex = signatureTypeIndex;
 }
Esempio n. 4
0
 internal CliMetadataTypeDefinitionLockedTableRow(uint index, byte state, ICliMetadataRoot metadataRoot, TypeAttributes typeAttributes, uint nameIndex, uint namespaceIndex, CliMetadataTypeDefOrRefTag extendsSource, uint extendsIndex, uint fieldStartIndex, uint methodStartIndex)
 {
     this.index            = index;
     this.metadataRoot     = metadataRoot;
     this.state            = state;
     this.typeAttributes   = typeAttributes;
     this.nameIndex        = nameIndex;
     this.namespaceIndex   = namespaceIndex;
     this.extendsSource    = extendsSource;
     this.extendsIndex     = extendsIndex;
     this.fieldStartIndex  = fieldStartIndex;
     this.methodStartIndex = methodStartIndex;
 }