C# Класс Dynamitey.InvokeContext

Object that stores a context with a target for dynamic invocation
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CreateContext Func
CreateStatic InvokeContext>.Func
CreateStaticWithContext Func

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

Метод Описание
InvokeContext ( Type target, bool staticContext, object context ) : System

Initializes a new instance of the InvokeContext class.

InvokeContext ( object target, object context ) : System

Initializes a new instance of the InvokeContext class.

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

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

Initializes a new instance of the InvokeContext class.
public InvokeContext ( Type target, bool staticContext, object context ) : System
target System.Type The target.
staticContext bool if set to true [static context].
context object The context.
Результат System

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

Initializes a new instance of the InvokeContext class.
public InvokeContext ( object target, object context ) : System
target object The target.
context object The context.
Результат System

Описание свойств

CreateContext публичное статическое свойство

Create Function can set to variable to make cleaner syntax;
public static Func CreateContext
Результат Func

CreateStatic публичное статическое свойство

Create Function can set to variable to make cleaner syntax;
public static Func CreateStatic
Результат InvokeContext>.Func

CreateStaticWithContext публичное статическое свойство

Create Function can set to variable to make cleaner syntax;
public static Func CreateStaticWithContext
Результат Func