C# Class BTDB.IL.ILMethodDebugImpl

Inheritance: IILMethod
Mostra file Open project: Bobris/BTDB

Public Methods

Method Description
ExpectedLength ( int length ) : void
ILMethodDebugImpl ( MethodBuilder method, SourceCodeWriter sourceCodeWriter, string name, Type returnType, Type parameters, IILGenForbidenInstructions forbidenInstructions ) : System

Method Details

ExpectedLength() public method

public ExpectedLength ( int length ) : void
length int
return void

ILMethodDebugImpl() public method

public ILMethodDebugImpl ( MethodBuilder method, SourceCodeWriter sourceCodeWriter, string name, Type returnType, Type parameters, IILGenForbidenInstructions forbidenInstructions ) : System
method System.Reflection.Emit.MethodBuilder
sourceCodeWriter SourceCodeWriter
name string
returnType System.Type
parameters System.Type
forbidenInstructions IILGenForbidenInstructions
return System