DkmEELocalObject.GetHostAssembly(UInt32, Byte[], Byte[]) Method

Definition

GetHostAssembly.

Location constraint: API must be called from a Monitor component (component level < 100,000).

public:
 void GetHostAssembly(System::UInt32 Flags, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % AssemblyBytes, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % PdbBytes);
public void GetHostAssembly (uint Flags, out byte[] AssemblyBytes, out byte[] PdbBytes);
member this.GetHostAssembly : uint32 * Byte[] * Byte[] -> unit
Public Sub GetHostAssembly (Flags As UInteger, ByRef AssemblyBytes As Byte(), ByRef PdbBytes As Byte())

Parameters

Flags
UInt32

[In] Flags.

AssemblyBytes
Byte[]

[Out] Assembly bytes.

PdbBytes
Byte[]

[Out] Bytes of the visualizer assembly's PDB.

Applies to