ShellExtensionRegistrarGetRegisteredPackages Method |
IT Hit User File System
Returns collection of registered packages with COM handlers for specified CLSID.
Namespace:
ITHit.FileSystem.Windows.ShellExtension
Assembly:
ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.2.27026.0
Syntax public static string[] GetRegisteredPackages(
Guid handlerGuid
)
Public Shared Function GetRegisteredPackages (
handlerGuid As Guid
) As String()
public:
static array<String^>^ GetRegisteredPackages(
Guid handlerGuid
)
static member GetRegisteredPackages :
handlerGuid : Guid -> string[]
Parameters
- handlerGuid
- Type: SystemGuid
CLSID of shell service provider.
Return Value
Type:
StringAn array of strings that contains the names of the packages with specified CLSID or empty array.
See Also