IInspectable class Null safety com Interface
- Inheritance
- Implementers
Constructors
-
IInspectable(Pointer<
COMObject> ptr)
Properties
Methods
-
AddRef(
) → int -
inherited
-
GetIids(
Pointer< Uint32> iidCount, Pointer<IntPtr> iids) → int -
GetRuntimeClassName(
Pointer< IntPtr> className) → int -
GetTrustLevel(
Pointer< Int32> trustLevel) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
QueryInterface(
Pointer< GUID> riid, Pointer<IntPtr> ppvObject) → int -
inherited
-
Release(
) → int -
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited