Interface IProxyFactory
- Namespace
- MoonSharp.Interpreter.Interop
- Assembly
- Assembly-CSharp.dll
public interface IProxyFactory
- Extension Methods
Properties
ProxyType
Type ProxyType { get; }
Property Value
TargetType
Type TargetType { get; }
Property Value
Methods
CreateProxyObject(object)
object CreateProxyObject(object o)
Parameters
oobject