LabWindows/CVI

CDotNetFreeMemory

void CDotNetFreeMemory (void *memoryPointer);

Purpose

Frees memory allocated by the LabWindows/CVI .NET Library.

Parameters

Input
Name Type Description
memoryPointer void * The address of the allocated memory to free.

Return Value

None.

Additional Information

Library: .NET Library

Include file: cvidotnet.h

LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later

Examples

Refer to the following examples that use the CDotNetFreeMemory function:

  • dotnet\FileSystemWatcher\FileSystemWatcher.cws

    Open example
  • dotnet\GenericList\genericlist.cws

    Open example
  • dotnet\SimpleTaskMonitor\SimpleTaskMonitor.cws

    Open example