C# Class Newtonsoft.Json.Utilities.ILGeneratorExtensions

Afficher le fichier Open project: runegri/Applicable Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static BoxIfNeeded ( this generator, Type type ) : void
generator this
type System.Type
Résultat void

CallMethod() public static méthode

public static CallMethod ( this generator, MethodInfo methodInfo ) : void
generator this
methodInfo System.Reflection.MethodInfo
Résultat void

PushInstance() public static méthode

public static PushInstance ( this generator, Type type ) : void
generator this
type System.Type
Résultat void

Return() public static méthode

public static Return ( this generator ) : void
generator this
Résultat void

UnboxIfNeeded() public static méthode

public static UnboxIfNeeded ( this generator, Type type ) : void
generator this
type System.Type
Résultat void