Table of Contents

Class MaaCustomExtensions

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

A static class providing extension methods for converting MaaFramework.Binding.Custom.IMaaCustomResource to custom callback delegate used in interop invoking.

public static class MaaCustomExtensions

Inheritance

Inherited Members

Methods

Convert(IMaaCustomAction, out MaaCustomActionCallback)

Converts a MaaFramework.Binding.Custom.IMaaCustomAction to a MaaFramework.Binding.Interop.Native.MaaCustomActionCallback.

Convert(IMaaCustomRecognition, out MaaCustomRecognitionCallback)

Converts a MaaFramework.Binding.Custom.IMaaCustomRecognition to a MaaFramework.Binding.Interop.Native.MaaCustomRecognitionCallback.