DkmEELocalObject.GetTargetClass(String, UInt32, UInt32, UInt32, UInt32, UInt32) Methode
Definition
Gibt Visualisierungs Informationen für eine Klasse zurück.Returns visualizer information for a class.
Location-Einschränkung: die API muss von einer Monitor Komponente (Komponentenebene < 100.000) aufgerufen werden.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)
Parameter
- Name
- String
In Der Name der Klasse.[In] Name of the class.
- AssemblyCookie
- UInt32
In Assemblycookie.[In] Assembly cookie.
- Cookie
- UInt32
Vorgenommen Klassen Cookie.[Out] Class cookie.
- ValueAttributeCount
- UInt32
Vorgenommen Valueattributecount.[Out] ValueAttributeCount.
- ViewerAttributeCount
- UInt32
Vorgenommen Viewerattributecount.[Out] ViewerAttributeCount.
- VisualizerAttributeCount
- UInt32
Vorgenommen Visualizerattributecount.[Out] VisualizerAttributeCount.