- Namespace
- Avalonia
.MicroCom - Interfaces
-
- IDisposable
- Implementing Types
graph BT
Type-.->Interface0["IDisposable"]
Type["IUnknown"]
class Type type-node
Implementing0["MicroComProxyBase"]-.->Type
click Implementing0 "/api/Avalonia.MicroCom/MicroComProxyBase"
Syntax
public interface IUnknown : IDisposable
Extension Methods
Name | Value | Summary |
---|---|---|
CloneReference |
T |
From MicroComRuntime
|
GetNativeIntPtr |
IntPtr |
From MicroComRuntime
|
QueryInterface |
T |
From MicroComRuntime
|
UnsafeAddRef |
void |
From MicroComRuntime
|
UnsafeRelease |
void |
From MicroComRuntime
|