C# Класс BTDB.IL.ILMethodDebugImpl

Наследование: IILMethod
Показать файл Открыть проект

Открытые методы

Метод Описание
ExpectedLength ( int length ) : void
ILMethodDebugImpl ( MethodBuilder method, SourceCodeWriter sourceCodeWriter, string name, Type returnType, Type parameters, IILGenForbidenInstructions forbidenInstructions ) : System

Описание методов

ExpectedLength() публичный Метод

public ExpectedLength ( int length ) : void
length int
Результат void

ILMethodDebugImpl() публичный Метод

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
Результат System