MicroComRuntime.

RegisterVTable(Type, IntPtr) Method

Namespace
Avalonia.MicroCom
Containing Type
MicroComRuntime

Syntax

public static void RegisterVTable(Type t, IntPtr vtable)

Parameters

Name Type Description
t Type
vtable IntPtr

Return Value

Type Description
void