跳到主要内容
版本:Next

Interface IRCaronModule

Assembly: RCaron.dll​
View Source​
Declaration
csharp
public interface IRCaronModule
Declaration
csharp
public interface IRCaronModule

Methods​

RCaronModuleRun(ReadOnlySpan<char>, Motor, in ArraySegment<PosToken>, CallLikePosToken?, Pipeline?, bool)​

View Source​
Declaration
csharp
object? RCaronModuleRun(ReadOnlySpan<char> name, Motor motor, in ArraySegment<PosToken> arguments, CallLikePosToken? callToken, Pipeline? pipeline, bool isLeftOfPipeline)
Declaration
csharp
object? RCaronModuleRun(ReadOnlySpan<char> name, Motor motor, in ArraySegment<PosToken> arguments, CallLikePosToken? callToken, Pipeline? pipeline, bool isLeftOfPipeline)
Returns​

System.Object

Parameters​
TypeName
System.ReadOnlySpan<System.Char>name
RCaron.Motormotor
System.ArraySegment<RCaron.PosToken>arguments
RCaron.CallLikePosTokencallToken
RCaron.Pipelinepipeline
System.BooleanisLeftOfPipeline

Extension Methods​