C# 클래스 Mosa.Compiler.Framework.Stages.PlugStage

Searches for plug declarations
상속: BaseCompilerStage
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

보호된 프로퍼티들

프로퍼티 타입 설명
plugMethodAttribute MosaType
plugTypeAttribute MosaType

보호된 메소드들

메소드 설명
RunPreCompile ( ) : void

비공개 메소드들

메소드 설명
MatchesWithStaticThis ( MosaMethod targetMethod, MosaMethod plugMethod ) : bool
ParseAssembly ( string target ) : string
ParseFullTypeName ( string target ) : string
ParseMethod ( string target ) : string
ParseNameSpace ( string type ) : string
ParseType ( string target ) : string
Patch ( MosaMethod targetMethod, MosaMethod method ) : void
RemoveModule ( string target ) : string

메소드 상세

RunPreCompile() 보호된 메소드

protected RunPreCompile ( ) : void
리턴 void

프로퍼티 상세

plugMethodAttribute 보호되어 있는 프로퍼티

protected MosaType plugMethodAttribute
리턴 MosaType

plugTypeAttribute 보호되어 있는 프로퍼티

protected MosaType plugTypeAttribute
리턴 MosaType