C# Class ReflectionMagic.PrivateReflectionDynamicObjectStatic

Inheritance: PrivateReflectionDynamicObjectBase
Datei anzeigen Open project: davidebbo/ReflectionMagic

Private Properties

Property Type Description

Public Methods

Method Description
New ( ) : dynamic
PrivateReflectionDynamicObjectStatic ( Type type ) : System

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

Method Details

New() public method

public New ( ) : dynamic
return dynamic

PrivateReflectionDynamicObjectStatic() public method

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.
return System