Show / Hide Table of Contents

Interface IProxyFactory

Interface for proxy objects (type unsafe version)

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface IProxyFactory

Properties

ProxyType

Gets the proxy type

Declaration
Type ProxyType { get; }
Property Value
Type

TargetType

Gets the proxied type

Declaration
Type TargetType { get; }
Property Value
Type

Methods

CreateProxyObject(Object)

Takes an instance of a target object and returns a proxy object wrapping it

Declaration
object CreateProxyObject(object o)
Parameters
System.Object o

Returns
System.Object

Back to top Built by Itinero, MIT licensed.