Class MultiFileMethods
Assembly: RCaron.Jit.dll
Declaration
csharp
[Module("JIT Multi-File overrides", ImplementModuleRun = false)]
public class MultiFileMethods
Declaration
csharp
[Module("JIT Multi-File overrides", ImplementModuleRun = false)]
public class MultiFileMethods
Methods
OpenFile(CompiledContext, string, object[]?, object[]?, bool)
Declaration
csharp
[Method("Open-File")]
public void OpenFile(CompiledContext compiledContext, string path, object[]? functions = null, object[]? classes = null, bool noRun = false)
Declaration
csharp
[Method("Open-File")]
public void OpenFile(CompiledContext compiledContext, string path, object[]? functions = null, object[]? classes = null, bool noRun = false)
Parameters
Type | Name |
---|
RCaron.Jit.CompiledContext | compiledContext |
System.String | path |
System.Object[] | functions |
System.Object[] | classes |
System.Boolean | noRun |
OpenFromString(CompiledContext, string, string?, object[]?, object[]?, bool)
Declaration
csharp
[Method("Open-FromString")]
public void OpenFromString(CompiledContext compiledContext, string code, string? fileName = null, object[]? functions = null, object[]? classes = null, bool noRun = false)
Declaration
csharp
[Method("Open-FromString")]
public void OpenFromString(CompiledContext compiledContext, string code, string? fileName = null, object[]? functions = null, object[]? classes = null, bool noRun = false)
Parameters
Type | Name |
---|
RCaron.Jit.CompiledContext | compiledContext |
System.String | code |
System.String | fileName |
System.Object[] | functions |
System.Object[] | classes |
System.Boolean | noRun |
OpenFile_ReturnsNoReturnValue(CompiledContext, string, object[]?, object[]?, bool)
Declaration
csharp
public object OpenFile_ReturnsNoReturnValue(CompiledContext compiledContext, string path, object[]? functions = null, object[]? classes = null, bool noRun = false)
Declaration
csharp
public object OpenFile_ReturnsNoReturnValue(CompiledContext compiledContext, string path, object[]? functions = null, object[]? classes = null, bool noRun = false)
Returns
System.Object
Parameters
Type | Name |
---|
RCaron.Jit.CompiledContext | compiledContext |
System.String | path |
System.Object[] | functions |
System.Object[] | classes |
System.Boolean | noRun |
OpenFromString_ReturnsNoReturnValue(CompiledContext, string, string?, object[]?, object[]?, bool)
Declaration
csharp
public object OpenFromString_ReturnsNoReturnValue(CompiledContext compiledContext, string code, string? fileName = null, object[]? functions = null, object[]? classes = null, bool noRun = false)
Declaration
csharp
public object OpenFromString_ReturnsNoReturnValue(CompiledContext compiledContext, string code, string? fileName = null, object[]? functions = null, object[]? classes = null, bool noRun = false)
Returns
System.Object
Parameters
Type | Name |
---|
RCaron.Jit.CompiledContext | compiledContext |
System.String | code |
System.String | fileName |
System.Object[] | functions |
System.Object[] | classes |
System.Boolean | noRun |
Extension Methods