IWbemServices class com Interface

Inheritance

Constructors

IWbemServices(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
CancelAsyncCall(Pointer<COMObject> pSink) int
CreateClassEnum(Pointer<Utf16> strSuperclass, int lFlags, Pointer<COMObject> pCtx, Pointer<Pointer<COMObject>> ppEnum) int
CreateClassEnumAsync(Pointer<Utf16> strSuperclass, int lFlags, Pointer<COMObject> pCtx, Pointer<COMObject> pResponseHandler) int
CreateInstanceEnum(Pointer<Utf16> strFilter, int lFlags, Pointer<COMObject> pCtx, Pointer<Pointer<COMObject>> ppEnum) int
CreateInstanceEnumAsync(Pointer<Utf16> strFilter, int lFlags, Pointer<COMObject> pCtx, Pointer<COMObject> pResponseHandler) int
DeleteClass(Pointer<Utf16> strClass, int lFlags, Pointer<COMObject> pCtx, Pointer<Pointer<COMObject>> ppCallResult) int
DeleteClassAsync(Pointer<Utf16> strClass, int lFlags, Pointer<COMObject> pCtx, Pointer<COMObject> pResponseHandler) int
DeleteInstance(Pointer<Utf16> strObjectPath, int lFlags, Pointer<COMObject> pCtx, Pointer<Pointer<COMObject>> ppCallResult) int
DeleteInstanceAsync(Pointer<Utf16> strObjectPath, int lFlags, Pointer<COMObject> pCtx, Pointer<COMObject> pResponseHandler) int
ExecMethod(Pointer<Utf16> strObjectPath, Pointer<Utf16> strMethodName, int lFlags, Pointer<COMObject> pCtx, Pointer<COMObject> pInParams, Pointer<Pointer<COMObject>> ppOutParams, Pointer<Pointer<COMObject>> ppCallResult) int
ExecMethodAsync(Pointer<Utf16> strObjectPath, Pointer<Utf16> strMethodName, int lFlags, Pointer<COMObject> pCtx, Pointer<COMObject> pInParams, Pointer<COMObject> pResponseHandler) int
ExecNotificationQuery(Pointer<Utf16> strQueryLanguage, Pointer<Utf16> strQuery, int lFlags, Pointer<COMObject> pCtx, Pointer<Pointer<COMObject>> ppEnum) int
ExecNotificationQueryAsync(Pointer<Utf16> strQueryLanguage, Pointer<Utf16> strQuery, int lFlags, Pointer<COMObject> pCtx, Pointer<COMObject> pResponseHandler) int
ExecQuery(Pointer<Utf16> strQueryLanguage, Pointer<Utf16> strQuery, int lFlags, Pointer<COMObject> pCtx, Pointer<Pointer<COMObject>> ppEnum) int
ExecQueryAsync(Pointer<Utf16> strQueryLanguage, Pointer<Utf16> strQuery, int lFlags, Pointer<COMObject> pCtx, Pointer<COMObject> pResponseHandler) int
GetObject(Pointer<Utf16> strObjectPath, int lFlags, Pointer<COMObject> pCtx, Pointer<Pointer<COMObject>> ppObject, Pointer<Pointer<COMObject>> ppCallResult) int
GetObjectAsync(Pointer<Utf16> strObjectPath, int lFlags, Pointer<COMObject> pCtx, Pointer<COMObject> pResponseHandler) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
OpenNamespace(Pointer<Utf16> strNamespace, int lFlags, Pointer<COMObject> pCtx, Pointer<Pointer<COMObject>> ppWorkingNamespace, Pointer<Pointer<COMObject>> ppResult) int
PutClass(Pointer<COMObject> pObject, int lFlags, Pointer<COMObject> pCtx, Pointer<Pointer<COMObject>> ppCallResult) int
PutClassAsync(Pointer<COMObject> pObject, int lFlags, Pointer<COMObject> pCtx, Pointer<COMObject> pResponseHandler) int
PutInstance(Pointer<COMObject> pInst, int lFlags, Pointer<COMObject> pCtx, Pointer<Pointer<COMObject>> ppCallResult) int
PutInstanceAsync(Pointer<COMObject> pInst, int lFlags, Pointer<COMObject> pCtx, Pointer<COMObject> pResponseHandler) int
QueryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
inherited
QueryObjectSink(int lFlags, Pointer<Pointer<COMObject>> ppResponseHandler) int
Release() int
inherited
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