MetadataLoadContext.LoadFromByteArray(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads an assembly from a byte array and binds its assembly name to it in the MetadataLoadContext. 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
Parameters
- assembly
- Byte[]
A byte array holding an assembly.
Returns
An Assembly instance.
Exceptions
The two assemblies do not have the same Mvid.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา