Table of Contents

Method OverridePipeline

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.Native.dll

OverridePipeline(string)

Override a pipeline.

public bool OverridePipeline(string pipelineOverride)

Parameters

pipelineOverride string

The json used to override the pipeline.

Returns

bool

true if the operation was executed successfully; otherwise, false.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaContext.MaaContextOverridePipeline(System.IntPtr,System.String).