Exemplo n.º 1
0
 internal CliMetadataAssemblyLockedTableRow(uint index, byte state, ICliMetadataRoot metadataRoot, AssemblyHashAlgorithm hashAlgorithmId, QWordLongVersion version, CliMetadataAssemblyFlags flags, uint publicKeyIndex, uint nameIndex, uint cultureIndex)
 {
     this.index           = index;
     this.metadataRoot    = metadataRoot;
     this.state           = state;
     this.hashAlgorithmId = hashAlgorithmId;
     this.version         = version;
     this.flags           = flags;
     this.publicKeyIndex  = publicKeyIndex;
     this.nameIndex       = nameIndex;
     this.cultureIndex    = cultureIndex;
 }
Exemplo n.º 2
0
 internal CliMetadataAssemblyRefLockedTableRow(uint index, byte state, ICliMetadataRoot metadataRoot, QWordLongVersion version, CliMetadataAssemblyFlags flags, uint publicKeyOrTokenIndex, uint nameIndex, uint cultureIndex, uint hashValueIndex)
 {
     this.index                 = index;
     this.metadataRoot          = metadataRoot;
     this.state                 = state;
     this.version               = version;
     this.flags                 = flags;
     this.publicKeyOrTokenIndex = publicKeyOrTokenIndex;
     this.nameIndex             = nameIndex;
     this.cultureIndex          = cultureIndex;
     this.hashValueIndex        = hashValueIndex;
 }