Obsolete: Releases all the data used to start the LEADTOOLS I/O Library.
Syntax
Visual Basic (Declaration) | |
---|
<ObsoleteAttribute("This method has been deprecated. You no longer have to call Startup or Shutdown to use RasterCodecs.")>
Public Shared Sub Shutdown() |
C# | |
---|
[ObsoleteAttribute("This method has been deprecated. You no longer have to call Startup or Shutdown to use RasterCodecs.")]
public static void Shutdown() |
C++/CLI | |
---|
[ObsoleteAttribute("This method has been deprecated. You no longer have to call Startup or Shutdown to use RasterCodecs.")]
public:
static void Shutdown(); |
Remarks
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also