IVbcHostObject5.GetFreeThreadedHostObject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a free-threaded host object that allows for background threads to call directly. Avoids marshaling to the UI thread.
public:
Microsoft::Build::Tasks::Hosting::IVbcHostObjectFreeThreaded ^ GetFreeThreadedHostObject();
public Microsoft.Build.Tasks.Hosting.IVbcHostObjectFreeThreaded GetFreeThreadedHostObject ();
abstract member GetFreeThreadedHostObject : unit -> Microsoft.Build.Tasks.Hosting.IVbcHostObjectFreeThreaded
Public Function GetFreeThreadedHostObject () As IVbcHostObjectFreeThreaded
Returns
The free-threaded host object.