C# Class Dynamitey.StaticContext

Specific version of InvokeContext which declares a type to be used to invoke static methods.
Inheritance: InvokeContext
Afficher le fichier Open project: ekonbenefits/dynamitey

Méthodes publiques

Méthode Description
StaticContext ( Type target ) : System

Initializes a new instance of the StaticContext class.

Method Details

StaticContext() public méthode

Initializes a new instance of the StaticContext class.
public StaticContext ( Type target ) : System
target System.Type The target.
Résultat System