Udostępnij za pośrednictwem


PersistedAssemblyBuilder Konstruktor

Definicja

Tworzy wystąpienie PersistedAssemblyBuilder, które można zapisać w pliku lub strumieniu.

public PersistedAssemblyBuilder (System.Reflection.AssemblyName name, System.Reflection.Assembly coreAssembly, System.Collections.Generic.IEnumerable<System.Reflection.Emit.CustomAttributeBuilder>? assemblyAttributes = default);
new System.Reflection.Emit.PersistedAssemblyBuilder : System.Reflection.AssemblyName * System.Reflection.Assembly * seq<System.Reflection.Emit.CustomAttributeBuilder> -> System.Reflection.Emit.PersistedAssemblyBuilder
Public Sub New (name As AssemblyName, coreAssembly As Assembly, Optional assemblyAttributes As IEnumerable(Of CustomAttributeBuilder) = Nothing)

Parametry

name
AssemblyName

Nazwa zestawu.

coreAssembly
Assembly

Zestaw, który określa "zestaw systemowy", który mieści dobrze znane typy, takie jak Object

assemblyAttributes
IEnumerable<CustomAttributeBuilder>

Kolekcja zawierająca atrybuty zestawu.

Wyjątki

name lub name.Name.Name lub coreAssembly jest null.

Uwagi

Obecnie utrwalany zestaw nie obsługuje uruchamiania. Musisz go zapisać i załadować z powrotem do uruchomienia.

Dotyczy