Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Dynamitey
StaticContext
C# Class Dynamitey.StaticContext
Specific version of InvokeContext which declares a type to be used to invoke static methods.
Inheritance:
InvokeContext
Show file
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