Interface IRCaronModule
Assembly: RCaron.dll
View Source
Declarationcsharppublic interface IRCaronModule
Declarationcsharppublic interface IRCaronModule
Methods
RCaronModuleRun(ReadOnlySpan<char>, Motor, in ArraySegment<PosToken>, CallLikePosToken?, Pipeline?, bool)
View Source
Declarationcsharpobject? RCaronModuleRun(ReadOnlySpan<char> name, Motor motor, in ArraySegment<PosToken> arguments, CallLikePosToken? callToken, Pipeline? pipeline, bool isLeftOfPipeline)
Declarationcsharpobject? 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?)