Table of Contents

Property CustomActionList

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

CustomActionList

Gets the list of custom actions registered by the agent server.

public IList<string> CustomActionList { get; }

Property Value

IList<string>

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaAgentClient.MaaAgentClientGetCustomActionList(System.IntPtr,System.IntPtr).