C# Class ReflectionMagic.PrivateReflectionDynamicObjectStatic

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
New ( ) : dynamic
PrivateReflectionDynamicObjectStatic ( Type type ) : System

Initializes a new instance of the PrivateReflectionDynamicObjectStatic class, wrapping the specified type.

Method Details

New() public méthode

public New ( ) : dynamic
Résultat dynamic

PrivateReflectionDynamicObjectStatic() public méthode

Initializes a new instance of the PrivateReflectionDynamicObjectStatic class, wrapping the specified type.
Thrown when is null.
public PrivateReflectionDynamicObjectStatic ( Type type ) : System
type System.Type The type to wrap.
Résultat System