Share via


IEEHelperObject.GetTargetClass Method

Definition

public:
 int GetTargetClass(System::String ^ name, System::UInt32 assemblyCookie, [Runtime::InteropServices::Out] System::UInt32 % cookie, [Runtime::InteropServices::Out] System::UInt32 % valueAttrCount, [Runtime::InteropServices::Out] System::UInt32 % viewerAttrCount, [Runtime::InteropServices::Out] System::UInt32 % visualizerAttrCount);
public int GetTargetClass(string name, uint assemblyCookie, out uint cookie, out uint valueAttrCount, out uint viewerAttrCount, out uint visualizerAttrCount);
abstract member GetTargetClass : string * uint32 * uint32 * uint32 * uint32 * uint32 -> int
Public Function GetTargetClass (name As String, assemblyCookie As UInteger, ByRef cookie As UInteger, ByRef valueAttrCount As UInteger, ByRef viewerAttrCount As UInteger, ByRef visualizerAttrCount As UInteger) As Integer

Parameters

name
String
assemblyCookie
UInt32
cookie
UInt32
valueAttrCount
UInt32
viewerAttrCount
UInt32
visualizerAttrCount
UInt32

Returns

Applies to