Interface IRCaronModule
Assembly: RCaron.dll
View Source
Declarationcsharp
public interface IRCaronModule
Declarationcsharp
public interface IRCaronModule
Methods
RCaronModuleRun(ReadOnlySpan<char>, Motor, in ArraySegment<PosToken>, CallLikePosToken?, Pipeline?, bool)
View Source
Declarationcsharp
object? RCaronModuleRun(ReadOnlySpan<char> name, Motor motor, in ArraySegment<PosToken> arguments, CallLikePosToken? callToken, Pipeline? pipeline, bool isLeftOfPipeline)
Declarationcsharp
object? RCaronModuleRun(ReadOnlySpan<char> name, Motor motor, in ArraySegment<PosToken> arguments, CallLikePosToken? callToken, Pipeline? pipeline, bool isLeftOfPipeline)
Returns
System.Object
Parameters
Type | Name |
---|---|
System.ReadOnlySpan<System.Char> | name |
RCaron.Motor | motor |
System.ArraySegment<RCaron.PosToken> | arguments |
RCaron.CallLikePosToken | callToken |
RCaron.Pipeline | pipeline |
System.Boolean | isLeftOfPipeline |
Extension Methods
- System.Object.RCaron.ListEx.Expect``1
- RCaron.ListEx.NotNull(object?)