Table of Contents

Method Clone

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

Clone()

Creates a new object that is a copy of the current instance.

public object Clone()

Returns

object

A new object that is a copy of this instance.

Remarks

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