C# Класс Dynamitey.StaticContext

Specific version of InvokeContext which declares a type to be used to invoke static methods.
Наследование: InvokeContext
Показать файл Открыть проект

Открытые методы

Метод Описание
StaticContext ( Type target ) : System

Initializes a new instance of the StaticContext class.

Описание методов

StaticContext() публичный Метод

Initializes a new instance of the StaticContext class.
public StaticContext ( Type target ) : System
target System.Type The target.
Результат System