ShellBrowserResetFPU Method |
Resets the floating point control register to what .NET expects.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public static void ResetFPU()
Public Shared Sub ResetFPU
public:
static void ResetFPU()
static member ResetFPU : unit -> unit
Remarks
When ShellBrowser calls Api functions that involve third party ShellExtensions it can happen that the FPU register is changed.
As a consequence following .NET framework calls may fail (e.g. ArithmeticExceptions).
Calling this method resets the original state of the FPU register.
See Also