DkmEELocalObject.GetTargetClass Method

Definition

Returns visualizer information for a class.

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

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

Parameters

Name
String

[In] Name of the class.

AssemblyCookie
UInt32

[In] Assembly cookie.

Cookie
UInt32

[Out] Class cookie.

ValueAttributeCount
UInt32

[Out] ValueAttributeCount.

ViewerAttributeCount
UInt32

[Out] ViewerAttributeCount.

VisualizerAttributeCount
UInt32

[Out] VisualizerAttributeCount.

Applies to