Method Create
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
Create(string, MaaResource)
Creates a MaaFramework.Binding.MaaAgentClient instance.
public static MaaAgentClient Create(string identifier, MaaResource resource)
Parameters
identifier
string-
The unique identifier used to communicate with the agent server.
resource
MaaResource-
The resource.
Returns
- MaaAgentClient
-
The MaaFramework.Binding.MaaAgentClient instance.
Create(MaaResource)
Creates a MaaFramework.Binding.MaaAgentClient instance.
public static MaaAgentClient Create(MaaResource resource)
Parameters
resource
MaaResource-
The resource.
Returns
- MaaAgentClient
-
The MaaFramework.Binding.MaaAgentClient instance.