C# Класс Mosa.Compiler.Framework.Intrinsics.InternalsBase

Показать файл Открыть проект

Защищенные методы

Метод Описание
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