←Select platform

UnmanagedData Property

Summary

Indicates whether the optimized load data is unmanaged (non-flat).

Syntax
C#
VB
C++
public IntPtr UnmanagedData {get;set;} 
Public Property UnmanagedData() As System.IntPtr 
   Get 
   Set 
public:  
   property System::IntPtr UnmanagedData 
   { 
      System::IntPtr get() 
      void set(System::IntPtr value) 
   } 

Property Value

NULL if the optimized load data is managed (flat) only; non-NULL if the load data includes unmanaged (non-flat) data.

Remarks

Call GetOptimizedLoadData(true) to obtain load data for file formats that use unmanaged or non-flat load data.

Load data obtained with this method with allowUnmanagedData == true, which contains unmanaged data.

For more information, refer to Using the OptimizedLoad Functions to Speed Loading Large Files.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.