C# 클래스 Newtonsoft.Json.Utilities.ILGeneratorExtensions

파일 보기 프로젝트 열기: runegri/Applicable 1 사용 예제들

공개 메소드들

메소드 설명
BoxIfNeeded ( this generator, Type type ) : void
CallMethod ( this generator, MethodInfo methodInfo ) : void
PushInstance ( this generator, Type type ) : void
Return ( this generator ) : void
UnboxIfNeeded ( this generator, Type type ) : void

메소드 상세

BoxIfNeeded() 공개 정적인 메소드

public static BoxIfNeeded ( this generator, Type type ) : void
generator this
type System.Type
리턴 void

CallMethod() 공개 정적인 메소드

public static CallMethod ( this generator, MethodInfo methodInfo ) : void
generator this
methodInfo System.Reflection.MethodInfo
리턴 void

PushInstance() 공개 정적인 메소드

public static PushInstance ( this generator, Type type ) : void
generator this
type System.Type
리턴 void

Return() 공개 정적인 메소드

public static Return ( this generator ) : void
generator this
리턴 void

UnboxIfNeeded() 공개 정적인 메소드

public static UnboxIfNeeded ( this generator, Type type ) : void
generator this
type System.Type
리턴 void