MetadataLoadContext.LoadFromByteArray(Byte[]) Método

Definição

Carrega um assembly de uma matriz de bytes e associa o respectivo nome de assembly a esse assembly no MetadataLoadContext.Loads an assembly from a byte array and binds its assembly name to it in the MetadataLoadContext. Se um assembly anterior com o mesmo nome já foi carregado no MetadataLoadContext, o assembly anterior será retornado.If a prior assembly with the same name was already loaded into the MetadataLoadContext, the prior assembly will be returned.

public:
 System::Reflection::Assembly ^ LoadFromByteArray(cli::array <System::Byte> ^ assembly);
public System.Reflection.Assembly LoadFromByteArray (byte[] assembly);
member this.LoadFromByteArray : byte[] -> System.Reflection.Assembly
Public Function LoadFromByteArray (assembly As Byte()) As Assembly

Parâmetros

assembly
Byte[]

Uma matriz de bytes que contém um assembly.A byte array holding an assembly.

Retornos

Assembly

Uma instância Assembly.An Assembly instance.

Exceções

Os dois assemblies não têm o mesmo Mvid.The two assemblies do not have the same Mvid.

Aplica-se a