C# Class ReflectionMagic.PrivateReflectionDynamicObjectInstance

Inheritance: PrivateReflectionDynamicObjectBase
Mostrar archivo Open project: davidebbo/ReflectionMagic

Private Properties

Property Type Description

Public Methods

Method Description
PrivateReflectionDynamicObjectInstance ( object instance ) : System

Initializes a new instance of the PrivateReflectionDynamicObjectInstance class, wrapping the specified object.

Method Details

PrivateReflectionDynamicObjectInstance() public method

Initializes a new instance of the PrivateReflectionDynamicObjectInstance class, wrapping the specified object.
Thrown when is null.
public PrivateReflectionDynamicObjectInstance ( object instance ) : System
instance object The object to wrap.
return System