C# 클래스 Dynamitey.StaticContext

Specific version of InvokeContext which declares a type to be used to invoke static methods.
상속: InvokeContext
파일 보기 프로젝트 열기: ekonbenefits/dynamitey

공개 메소드들

메소드 설명
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