C# Class Dynamitey.StaticContext

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

Public Methods

Method Description
StaticContext ( Type target ) : System

Initializes a new instance of the StaticContext class.

Method Details

StaticContext() public method

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