COMObject class com Interface

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

Inheritance
Implemented types
Available extensions

Constructors

COMObject()

Properties

hashCode int
The hash code for this object.
no setterinherited
lpVtbl Pointer<Pointer<IntPtr>>
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.