Table of Contents

Interface IProxyFactory

Namespace
MoonSharp.Interpreter.Interop
Assembly
Assembly-CSharp.dll
public interface IProxyFactory
Extension Methods

Properties

ProxyType

Type ProxyType { get; }

Property Value

Type

TargetType

Type TargetType { get; }

Property Value

Type

Methods

CreateProxyObject(object)

object CreateProxyObject(object o)

Parameters

o object

Returns

object