C# 클래스 Dynamitey.InvokeContext

Object that stores a context with a target for dynamic invocation
파일 보기 프로젝트 열기: ekonbenefits/dynamitey 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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