C# Класс Mosa.Compiler.Framework.DelegatePatcher

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PatchDelegate ( BaseMethodCompiler methodCompiler ) : bool

Patches the delegate.

Приватные методы

Метод Описание
CreateMethodStructure ( BaseMethodCompiler methodCompiler, bool linkEpilogueBlock ) : BasicBlock
GetField ( MosaType type, string name ) : MosaField
PatchBeginInvoke ( BaseMethodCompiler methodCompiler ) : void
PatchConstructor ( BaseMethodCompiler methodCompiler ) : void
PatchEndInvoke ( BaseMethodCompiler methodCompiler ) : void
PatchInvoke ( BaseMethodCompiler methodCompiler ) : void

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

PatchDelegate() публичный статический Метод

Patches the delegate.
public static PatchDelegate ( BaseMethodCompiler methodCompiler ) : bool
methodCompiler BaseMethodCompiler The method compiler.
Результат bool