DkmEELocalObject.GetTargetAssembly(String, UInt32) Method

Definition

GetTargetAssembly.

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

public:
 void GetTargetAssembly(System::String ^ Name, [Runtime::InteropServices::Out] System::UInt32 % Cookie);
public void GetTargetAssembly (string Name, out uint Cookie);
member this.GetTargetAssembly : string * uint32 -> unit
Public Sub GetTargetAssembly (Name As String, ByRef Cookie As UInteger)

Parameters

Name
String

[In] Name.

Cookie
UInt32

[Out] Cookie.

Applies to