DkmEELocalObject.GetViewerAttributeProps Method

Definition

GetViewerAttributeProps.

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

public:
 void GetViewerAttributeProps(System::UInt32 ClassCookie, System::UInt32 Ordinal, [Runtime::InteropServices::Out] System::String ^ % TargetedAssembly, [Runtime::InteropServices::Out] System::UInt32 % AssemblyLocation, [Runtime::InteropServices::Out] System::String ^ % ClassName, [Runtime::InteropServices::Out] System::UInt32 % ClassAssemblyLocation);
public void GetViewerAttributeProps (uint ClassCookie, uint Ordinal, out string TargetedAssembly, out uint AssemblyLocation, out string ClassName, out uint ClassAssemblyLocation);
member this.GetViewerAttributeProps : uint32 * uint32 * string * uint32 * string * uint32 -> unit
Public Sub GetViewerAttributeProps (ClassCookie As UInteger, Ordinal As UInteger, ByRef TargetedAssembly As String, ByRef AssemblyLocation As UInteger, ByRef ClassName As String, ByRef ClassAssemblyLocation As UInteger)

Parameters

ClassCookie
UInt32

[In] Class cookie.

Ordinal
UInt32

[In] Ordinal.

TargetedAssembly
String

[Out,Optional] Target assembly.

AssemblyLocation
UInt32

[Out,Optional] Assembly location.

ClassName
String

[Out,Optional] Class name.

ClassAssemblyLocation
UInt32

[Out,Optional] ClassAssemblyLocation.

Applies to