C# Class Mosa.Compiler.Framework.DelegatePatcher

Mostra file Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
PatchDelegate ( BaseMethodCompiler methodCompiler ) : bool

Patches the delegate.

Private Methods

Method Description
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

Method Details

PatchDelegate() public static method

Patches the delegate.
public static PatchDelegate ( BaseMethodCompiler methodCompiler ) : bool
methodCompiler BaseMethodCompiler The method compiler.
return bool