MetadataBuilder
MetadataBuilder(Int32, Int32, Int32, Int32)
AddAssembly(StringHandle, Version, StringHandle, BlobHandle, AssemblyFlags, AssemblyHashAlgorithm)
AddAssemblyFile(StringHandle, BlobHandle, Boolean)
AddAssemblyReference(StringHandle, Version, StringHandle, BlobHandle, AssemblyFlags, BlobHandle)
AddConstant(EntityHandle, Object)
AddCustomAttribute(EntityHandle, EntityHandle, BlobHandle)
AddCustomDebugInformation(EntityHandle, GuidHandle, BlobHandle)
AddDeclarativeSecurityAttribute(EntityHandle, DeclarativeSecurityAction, BlobHandle)
AddDocument(BlobHandle, GuidHandle, BlobHandle, GuidHandle)
AddEncLogEntry(EntityHandle, EditAndContinueOperation)
AddEncMapEntry(EntityHandle)
AddEvent(EventAttributes, StringHandle, EntityHandle)
AddEventMap(TypeDefinitionHandle, EventDefinitionHandle)
AddExportedType(TypeAttributes, StringHandle, StringHandle, EntityHandle, Int32)
AddFieldDefinition(FieldAttributes, StringHandle, BlobHandle)
AddFieldLayout(FieldDefinitionHandle, Int32)
AddFieldRelativeVirtualAddress(FieldDefinitionHandle, Int32)
AddGenericParameter(EntityHandle, GenericParameterAttributes, StringHandle, Int32)
AddGenericParameterConstraint(GenericParameterHandle, EntityHandle)
AddImportScope(ImportScopeHandle, BlobHandle)
AddInterfaceImplementation(TypeDefinitionHandle, EntityHandle)
AddLocalConstant(StringHandle, BlobHandle)
AddLocalScope(MethodDefinitionHandle, ImportScopeHandle, LocalVariableHandle, LocalConstantHandle, Int32, Int32)
AddLocalVariable(LocalVariableAttributes, Int32, StringHandle)
AddManifestResource(ManifestResourceAttributes, StringHandle, EntityHandle, UInt32)
AddMarshallingDescriptor(EntityHandle, BlobHandle)
AddMemberReference(EntityHandle, StringHandle, BlobHandle)
AddMethodDebugInformation(DocumentHandle, BlobHandle)
AddMethodDefinition(MethodAttributes, MethodImplAttributes, StringHandle, BlobHandle, Int32, ParameterHandle)
AddMethodImplementation(TypeDefinitionHandle, EntityHandle, EntityHandle)
AddMethodImport(MethodDefinitionHandle, MethodImportAttributes, StringHandle, ModuleReferenceHandle)
AddMethodSemantics(EntityHandle, MethodSemanticsAttributes, MethodDefinitionHandle)
AddMethodSpecification(EntityHandle, BlobHandle)
AddModule(Int32, StringHandle, GuidHandle, GuidHandle, GuidHandle)
AddModuleReference(StringHandle)
AddNestedType(TypeDefinitionHandle, TypeDefinitionHandle)
AddParameter(ParameterAttributes, StringHandle, Int32)
AddProperty(PropertyAttributes, StringHandle, BlobHandle)
AddPropertyMap(TypeDefinitionHandle, PropertyDefinitionHandle)
AddStandaloneSignature(BlobHandle)
AddStateMachineMethod(MethodDefinitionHandle, MethodDefinitionHandle)
AddTypeDefinition(TypeAttributes, StringHandle, StringHandle, EntityHandle, FieldDefinitionHandle, MethodDefinitionHandle)
AddTypeLayout(TypeDefinitionHandle, UInt16, UInt32)
AddTypeReference(EntityHandle, StringHandle, StringHandle)
AddTypeSpecification(BlobHandle)
GetOrAddBlob(BlobBuilder)
GetOrAddBlob(Byte[])
GetOrAddBlob(ImmutableArray<Byte>)
GetOrAddBlobUTF16(String)
GetOrAddBlobUTF8(String, Boolean)
GetOrAddConstantBlob(Object)
GetOrAddDocumentName(String)
GetOrAddGuid(Guid)
GetOrAddString(String)
GetOrAddUserString(String)
GetRowCount(TableIndex)
GetRowCounts()
ReserveGuid()
ReserveUserString(Int32)
SetCapacity(HeapIndex, Int32)
SetCapacity(TableIndex, Int32)
net10.0
namespace System.Reflection.Metadata.Ecma335
{
public sealed class MetadataBuilder
{
public LocalScopeHandle AddLocalScope(MethodDefinitionHandle method, ImportScopeHandle importScope, LocalVariableHandle variableList, LocalConstantHandle constantList, int startOffset, int length);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 5.06.07.08.09.010.0 |
| .NET Core | 3.03.1 |
| .NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assembly | System.Reflection.Metadata , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API