COMObject class base com

A representation of a generic COM object. All Dart COM objects inherit from this class.

Inheritance

Constructors

COMObject()

Properties

hashCode int
The hash code for this object.
no setterinherited
isNull bool
Whether the lpVtbl is a null pointer.
no setter
lpVtbl VTablePointer
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vtable Pointer<IntPtr>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

createFromID(String clsid, String iid, {Allocator allocator = calloc}) Pointer<COMObject>
Create an instance of a COM object using its class identifier, cast to the specified interface.