Table of Contents

Method Clone

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

Clone()

Creates a new MaaFramework.Binding.IMaaContext that is a deep copy of the current instance.

public MaaContext Clone()

Returns

MaaContext

The MaaFramework.Binding.IMaaContext

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaContext.MaaContextClone(System.IntPtr).