C# Class ReflectionMagic.PrivateReflectionDynamicObjectInstance

Inheritance: PrivateReflectionDynamicObjectBase
Afficher le fichier Open project: davidebbo/ReflectionMagic

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PrivateReflectionDynamicObjectInstance ( object instance ) : System

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

Method Details

PrivateReflectionDynamicObjectInstance() public méthode

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.
Résultat System