C# Class Stiletto.Fody.ILProcessorExtensions

Afficher le fichier Open project: benjamin-bader/stiletto

Méthodes publiques

Méthode Description
Cast ( this processor, TypeReference type ) : void
EmitBoolean ( this processor, bool value ) : void

Method Details

Cast() public static méthode

public static Cast ( this processor, TypeReference type ) : void
processor this
type Mono.Cecil.TypeReference
Résultat void

EmitBoolean() public static méthode

public static EmitBoolean ( this processor, bool value ) : void
processor this
value bool
Résultat void