Table of Contents

Method GetAnchor

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

GetAnchor(string, out string)

Gets the node name from an anchor.

public bool GetAnchor(string anchorName, out string nodeName)

Parameters

anchorName string

The anchor name.

nodeName string

The node name.

Returns

bool

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

Remarks

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