C# Class Stiletto.Fody.ILProcessorExtensions

Show file Open project: benjamin-bader/stiletto

Public Methods

Method Description
Cast ( this processor, TypeReference type ) : void
EmitBoolean ( this processor, bool value ) : void

Method Details

Cast() public static method

public static Cast ( this processor, TypeReference type ) : void
processor this
type Mono.Cecil.TypeReference
return void

EmitBoolean() public static method

public static EmitBoolean ( this processor, bool value ) : void
processor this
value bool
return void