C# Class Antmicro.Migrant.Generators.WriterGenerationContext

Inheritance: GenerationContextBase
Datei anzeigen Open project: antmicro/Migrant Class Usage Examples

Public Methods

Method Description
PushNullReferenceOnStack ( ) : void
PushObjectWriterOntoStack ( ) : void
PushPrimitiveWriterOntoStack ( ) : void
WithGenerator ( ILGenerator g ) : GenerationContextBase
WriterGenerationContext ( ILGenerator generator, bool disableStamping, bool treatCollectionAsUserObject, OpCode objectWriterArgument = null ) : System.Reflection.Emit

Method Details

PushNullReferenceOnStack() public method

public PushNullReferenceOnStack ( ) : void
return void

PushObjectWriterOntoStack() public method

public PushObjectWriterOntoStack ( ) : void
return void

PushPrimitiveWriterOntoStack() public method

public PushPrimitiveWriterOntoStack ( ) : void
return void

WithGenerator() public method

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

WriterGenerationContext() public method

public WriterGenerationContext ( ILGenerator generator, bool disableStamping, bool treatCollectionAsUserObject, OpCode objectWriterArgument = null ) : System.Reflection.Emit
generator System.Reflection.Emit.ILGenerator
disableStamping bool
treatCollectionAsUserObject bool
objectWriterArgument System.Reflection.Emit.OpCode
return System.Reflection.Emit