C# Class Mosa.Compiler.Framework.Intrinsics.InternalsBase

ファイルを表示 Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
Internal ( Context context, BaseMethodCompiler methodCompiler, string internalMethod, string internalClass = "Internal" ) : void

Allows quick internal call replacements

Method Details

Internal() protected method

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.
return void