MicroComRuntime.

Register(Type, Guid, Func<IntPtr, bool, object>) Method

Namespace
Avalonia.MicroCom
Containing Type
MicroComRuntime

Syntax

public static void Register(Type t, Guid guid, Func<IntPtr, bool, object> proxyFactory)

Parameters

Name Type Description
t Type
guid Guid
proxyFactory Func<IntPtr, bool, object>

Return Value

Type Description
void