C# Class Antmicro.Migrant.Generators.GenerationContextBase

Datei anzeigen Open project: antmicro/Migrant Class Usage Examples

Protected Properties

Property Type Description
generator System.Reflection.Emit.ILGenerator

Public Methods

Method Description
GenerationContextBase ( ILGenerator generator, bool disableStamping, bool treatCollectionAsUserObject ) : System
WithGenerator ( ILGenerator g ) : GenerationContextBase

Protected Methods

Method Description
CheckAndEmit ( OpCode argument ) : void

Method Details

CheckAndEmit() protected method

protected CheckAndEmit ( OpCode argument ) : void
argument System.Reflection.Emit.OpCode
return void

GenerationContextBase() public method

public GenerationContextBase ( ILGenerator generator, bool disableStamping, bool treatCollectionAsUserObject ) : System
generator System.Reflection.Emit.ILGenerator
disableStamping bool
treatCollectionAsUserObject bool
return System

WithGenerator() public abstract method

public abstract WithGenerator ( ILGenerator g ) : GenerationContextBase
g System.Reflection.Emit.ILGenerator
return GenerationContextBase

Property Details

generator protected_oe property

protected ILGenerator,System.Reflection.Emit generator
return System.Reflection.Emit.ILGenerator