Click or drag to resize

ShellUtilitiesGetApartmentState Method

Determines the state of the current thread's COM apartment

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static ApartmentState GetApartmentState()

Return Value

Type: ApartmentState
The apartment state.
See Also