IWbemClassObject class com Interface

Inheritance
Implementers

Constructors

IWbemClassObject(Pointer<COMObject> ptr)
IWbemClassObject.from(IUnknown interface)
factory

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