Freigeben über


AssemblyMetadata.Create Methode

Definition

Überlädt

Create(ModuleMetadata)

Erstellt eine Einzelmodulassembly.

Create(ModuleMetadata[])

Erstellt eine Multimodulassembly.

Create(IEnumerable<ModuleMetadata>)

Erstellt eine Multimodulassembly.

Create(ImmutableArray<ModuleMetadata>)

Erstellt eine Multimodulassembly.

Create(ModuleMetadata)

Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs

Erstellt eine Einzelmodulassembly.

public:
 static Microsoft::CodeAnalysis::AssemblyMetadata ^ Create(Microsoft::CodeAnalysis::ModuleMetadata ^ module);
public static Microsoft.CodeAnalysis.AssemblyMetadata Create (Microsoft.CodeAnalysis.ModuleMetadata module);
static member Create : Microsoft.CodeAnalysis.ModuleMetadata -> Microsoft.CodeAnalysis.AssemblyMetadata
Public Shared Function Create (module As ModuleMetadata) As AssemblyMetadata

Parameter

module
ModuleMetadata

Manifestmodul.

Gibt zurück

Hinweise

Dieses Objekt entsorgt module es, wenn es selbst verworfen wird.

Gilt für:

Create(ModuleMetadata[])

Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs

Erstellt eine Multimodulassembly.

public:
 static Microsoft::CodeAnalysis::AssemblyMetadata ^ Create(... cli::array <Microsoft::CodeAnalysis::ModuleMetadata ^> ^ modules);
public static Microsoft.CodeAnalysis.AssemblyMetadata Create (params Microsoft.CodeAnalysis.ModuleMetadata[] modules);
static member Create : Microsoft.CodeAnalysis.ModuleMetadata[] -> Microsoft.CodeAnalysis.AssemblyMetadata
Public Shared Function Create (ParamArray modules As ModuleMetadata()) As AssemblyMetadata

Parameter

modules
ModuleMetadata[]

Module, die die Assembly umfassen. Das erste Modul ist das Manifestmodul der Assembly.

Gibt zurück

Ausnahmen

modules ist leer oder enthält ein Modul, das kein eigenes Bild besitzt (wurde über Copy()).

modules enthält NULL-Elemente.

Hinweise

Dieses Objekt entfernt die Elemente davon modules , wenn es sich selbst Dispose()befindet.

Gilt für:

Create(IEnumerable<ModuleMetadata>)

Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs

Erstellt eine Multimodulassembly.

public:
 static Microsoft::CodeAnalysis::AssemblyMetadata ^ Create(System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::ModuleMetadata ^> ^ modules);
public static Microsoft.CodeAnalysis.AssemblyMetadata Create (System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ModuleMetadata> modules);
static member Create : seq<Microsoft.CodeAnalysis.ModuleMetadata> -> Microsoft.CodeAnalysis.AssemblyMetadata
Public Shared Function Create (modules As IEnumerable(Of ModuleMetadata)) As AssemblyMetadata

Parameter

modules
IEnumerable<ModuleMetadata>

Module, die die Assembly umfassen. Das erste Modul ist das Manifestmodul der Assembly.

Gibt zurück

Ausnahmen

modules ist leer oder enthält ein Modul, das kein eigenes Bild besitzt (wurde über Copy()).

modules enthält NULL-Elemente.

Hinweise

Dieses Objekt entfernt die Elemente davon modules , wenn es sich selbst Dispose()befindet.

Gilt für:

Create(ImmutableArray<ModuleMetadata>)

Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs
Quelle:
AssemblyMetadata.cs

Erstellt eine Multimodulassembly.

public:
 static Microsoft::CodeAnalysis::AssemblyMetadata ^ Create(System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::ModuleMetadata ^> modules);
public static Microsoft.CodeAnalysis.AssemblyMetadata Create (System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ModuleMetadata> modules);
static member Create : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ModuleMetadata> -> Microsoft.CodeAnalysis.AssemblyMetadata
Public Shared Function Create (modules As ImmutableArray(Of ModuleMetadata)) As AssemblyMetadata

Parameter

modules
ImmutableArray<ModuleMetadata>

Module, die die Assembly umfassen. Das erste Modul ist das Manifestmodul der Assembly.

Gibt zurück

Ausnahmen

modules ist leer oder enthält ein Modul, das kein eigenes Bild besitzt (wurde über Copy()).

modules enthält NULL-Elemente.

Hinweise

Dieses Objekt entfernt die Elemente davon modules , wenn es sich selbst Dispose()befindet.

Gilt für: