C# 클래스 Mosa.Compiler.Framework.Intrinsics.InternalsBase

파일 보기 프로젝트 열기: tgiphil/MOSA-Project

보호된 메소드들

메소드 설명
Internal ( Context context, BaseMethodCompiler methodCompiler, string internalMethod, string internalClass = "Internal" ) : void

Allows quick internal call replacements

메소드 상세

Internal() 보호된 메소드

Allows quick internal call replacements
protected Internal ( Context context, BaseMethodCompiler methodCompiler, string internalMethod, string internalClass = "Internal" ) : void
context Context The context.
methodCompiler BaseMethodCompiler The method compiler.
internalMethod string The internal method to replace with.
internalClass string The internal class that has the internal method.
리턴 void