DkmClrModuleInstance.GetMetaDataBytes 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.
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.