The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Application::OleRequired Method ()
.NET Framework (current version)
Initializes OLE on the current thread.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Call this method before calling any Microsoft.Win32 method that requires OLE. OleRequired first checks to see if OLE has been initialized on the current thread. If not, it initializes the thread for OLE.
Note |
|---|
Unless a thread calls OLE methods directly, you do not need to call this method. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
