Table of Contents

Interface IProxyFactory<TProxy, TTarget>

Namespace
MoonSharp.Interpreter.Interop
Assembly
Assembly-CSharp.dll
public interface IProxyFactory<TProxy, TTarget> : IProxyFactory where TProxy : class where TTarget : class

Type Parameters

TProxy
TTarget
Inherited Members
Extension Methods

Methods

CreateProxyObject(TTarget)

TProxy CreateProxyObject(TTarget target)

Parameters

target TTarget

Returns

TProxy