Table of Contents

Method GetNodeData

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

GetNodeData(string, out string)

Gets the node data from the MaaFramework.Binding.IMaaResource by node name.

public bool GetNodeData(string nodeName, out string data)

Parameters

nodeName string

The node name.

data string

The node data.

Returns

bool

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

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaResource.MaaResourceGetNodeData(System.IntPtr,System.String,System.IntPtr).