DkmEELocalObject.GetHostAssembly(UInt32, Byte[], Byte[]) Méthode

Définition

GetHostAssembly.

Contrainte d’emplacement : l’API doit être appelée à partir d’un composant d’analyse (au niveau du composant < 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())

Paramètres

Flags
UInt32

Dans Père.

AssemblyBytes
Byte[]

À Octets de l’assembly.

PdbBytes
Byte[]

À Octets du PDB de l’assembly du visualiseur.

S’applique à