Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Application.OLERequired

Initializes OLE in your application.

Syntax

public static void OLERequired()

Remarks

The OLERequired method is used to verify that OLE has been initialized on the current thread. The Application object automatically removes OLE initialization when the thread is closed.

Note   Unless you are calling OLE functions directly, you do not need to call this method.