C# 클래스 Mosa.Compiler.Framework.DelegatePatcher

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
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