Class ExperimentalModule
Assembly: RCaron.dll
Declaration
csharp
[Module("ExperimentalModule")]
public class ExperimentalModule : IRCaronModule
Declaration
csharp
[Module("ExperimentalModule")]
public class ExperimentalModule : IRCaronModule
Implements:
RCaron.IRCaronModule
Methods
OpenFile(Motor, string, object[]?, object[]?, bool)
Declaration
csharp
[Method("Open-File")]
public void OpenFile(Motor motor, string path, object[]? functions = null, object[]? classes = null, bool noRun = false)
Declaration
csharp
[Method("Open-File")]
public void OpenFile(Motor motor, string path, object[]? functions = null, object[]? classes = null, bool noRun = false)
Parameters
Type | Name |
---|
RCaron.Motor | motor |
System.String | path |
System.Object[] | functions |
System.Object[] | classes |
System.Boolean | noRun |
OpenFromString(Motor, string, string?, object[]?, object[]?, bool)
Declaration
csharp
[Method("Open-FromString")]
public void OpenFromString(Motor motor, string code, string? fileName = null, object[]? functions = null, object[]? classes = null, bool noRun = false)
Declaration
csharp
[Method("Open-FromString")]
public void OpenFromString(Motor motor, string code, string? fileName = null, object[]? functions = null, object[]? classes = null, bool noRun = false)
Parameters
Type | Name |
---|
RCaron.Motor | motor |
System.String | code |
System.String | fileName |
System.Object[] | functions |
System.Object[] | classes |
System.Boolean | noRun |
RCaronModuleRun(ReadOnlySpan<char>, Motor, in ArraySegment<PosToken>, CallLikePosToken?, Pipeline?, bool)
Declaration
csharp
public object? RCaronModuleRun(ReadOnlySpan<char> name, Motor motor, in ArraySegment<PosToken> arguments, CallLikePosToken? callToken, Pipeline? pipeline, bool isLeftOfPipeline)
Declaration
csharp
public object? RCaronModuleRun(ReadOnlySpan<char> name, Motor motor, in ArraySegment<PosToken> arguments, CallLikePosToken? callToken, Pipeline? pipeline, bool isLeftOfPipeline)
Returns
System.Object
Parameters
OpenFile_ReturnsNoReturnValue(Motor, string, object[]?, object[]?, bool)
Declaration
csharp
public object OpenFile_ReturnsNoReturnValue(Motor motor, string path, object[]? functions = null, object[]? classes = null, bool noRun = false)
Declaration
csharp
public object OpenFile_ReturnsNoReturnValue(Motor motor, string path, object[]? functions = null, object[]? classes = null, bool noRun = false)
Returns
System.Object
Parameters
Type | Name |
---|
RCaron.Motor | motor |
System.String | path |
System.Object[] | functions |
System.Object[] | classes |
System.Boolean | noRun |
OpenFromString_ReturnsNoReturnValue(Motor, string, string?, object[]?, object[]?, bool)
Declaration
csharp
public object OpenFromString_ReturnsNoReturnValue(Motor motor, string code, string? fileName = null, object[]? functions = null, object[]? classes = null, bool noRun = false)
Declaration
csharp
public object OpenFromString_ReturnsNoReturnValue(Motor motor, string code, string? fileName = null, object[]? functions = null, object[]? classes = null, bool noRun = false)
Returns
System.Object
Parameters
Type | Name |
---|
RCaron.Motor | motor |
System.String | code |
System.String | fileName |
System.Object[] | functions |
System.Object[] | classes |
System.Boolean | noRun |
Implements
Extension Methods