Table of Contents

Interface IFree

Namespace
Hi3Helper.Plugin.Core
Assembly
Hi3Helper.Plugin.Core.dll

Implements a method which indicates the instance is free-able/can be disposed.

[GeneratedComInterface]
[Guid("436f6c6c-6170-7365-727f-000000000001")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[IUnknownDerived<InterfaceInformation, InterfaceImplementation>]
public interface IFree

Methods

Free()

Free the resources associated by an instance.

void Free()