DkmClrModuleInstance.GetMetaDataBytes Method

Definition

Obtains the bytes of the CLR metadata from a given module. These bytes can then be passed to IMetaDataDispenser::OpenScope to decode the metadata.

public:
 cli::array <System::Byte> ^ GetMetaDataBytes();
public:
 Platform::Array <byte> ^ GetMetaDataBytes();
std::Array <byte> GetMetaDataBytes();
public byte[] GetMetaDataBytes ();
member this.GetMetaDataBytes : unit -> byte[]
Public Function GetMetaDataBytes () As Byte()

Returns

Byte[]

[Out] The raw metadata for this module.

Applies to