C# Class BTDB.IL.ILMethodDebugImpl

Inheritance: IILMethod
Afficher le fichier Open project: Bobris/BTDB

Méthodes publiques

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

Method Details

ExpectedLength() public méthode

public ExpectedLength ( int length ) : void
length int
Résultat void

ILMethodDebugImpl() public méthode

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
Résultat System