IWbemClassObject class com Interface

Inheritance
Implementers

Constructors

IWbemClassObject(Pointer<COMObject> ptr)

Properties

hashCode int
The hash code for this object.
no setterinherited
ptr Pointer<COMObject>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

AddRef() int
inherited
BeginEnumeration(int lEnumFlags) int
BeginMethodEnumeration(int lEnumFlags) int
Clone(Pointer<Pointer<COMObject>> ppCopy) int
CompareTo(int lFlags, Pointer<COMObject> pCompareTo) int
Delete(Pointer<Utf16> wszName) int
DeleteMethod(Pointer<Utf16> wszName) int
EndEnumeration() int
EndMethodEnumeration() int
Get(Pointer<Utf16> wszName, int lFlags, Pointer<VARIANT> pVal, Pointer<Int32> pType, Pointer<Int32> plFlavor) int
GetMethod(Pointer<Utf16> wszName, int lFlags, Pointer<Pointer<COMObject>> ppInSignature, Pointer<Pointer<COMObject>> ppOutSignature) int
GetMethodOrigin(Pointer<Utf16> wszMethodName, Pointer<Pointer<Utf16>> pstrClassName) int
GetMethodQualifierSet(Pointer<Utf16> wszMethod, Pointer<Pointer<COMObject>> ppQualSet) int
GetNames(Pointer<Utf16> wszQualifierName, int lFlags, Pointer<VARIANT> pQualifierVal, Pointer<Pointer<SAFEARRAY>> pNames) int
GetObjectText(int lFlags, Pointer<Pointer<Utf16>> pstrObjectText) int
GetPropertyOrigin(Pointer<Utf16> wszName, Pointer<Pointer<Utf16>> pstrClassName) int
GetPropertyQualifierSet(Pointer<Utf16> wszProperty, Pointer<Pointer<COMObject>> ppQualSet) int
GetQualifierSet(Pointer<Pointer<COMObject>> ppQualSet) int
InheritsFrom(Pointer<Utf16> strAncestor) int
Next(int lFlags, Pointer<Pointer<Utf16>> strName, Pointer<VARIANT> pVal, Pointer<Int32> pType, Pointer<Int32> plFlavor) int
NextMethod(int lFlags, Pointer<Pointer<Utf16>> pstrName, Pointer<Pointer<COMObject>> ppInSignature, Pointer<Pointer<COMObject>> ppOutSignature) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
Put(Pointer<Utf16> wszName, int lFlags, Pointer<VARIANT> pVal, int Type) int
PutMethod(Pointer<Utf16> wszName, int lFlags, Pointer<COMObject> pInSignature, Pointer<COMObject> pOutSignature) int
QueryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
inherited
Release() int
inherited
SpawnDerivedClass(int lFlags, Pointer<Pointer<COMObject>> ppNewClass) int
SpawnInstance(int lFlags, Pointer<Pointer<COMObject>> ppNewInstance) int
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited