C# Class Newtonsoft.Json.Utilities.ILGeneratorExtensions

ファイルを表示 Open project: runegri/Applicable Class Usage Examples

Public Methods

Method Description
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

Method Details

BoxIfNeeded() public static method

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

CallMethod() public static method

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

PushInstance() public static method

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

Return() public static method

public static Return ( this generator ) : void
generator this
return void

UnboxIfNeeded() public static method

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