PackageRegistrarIsRunningWithSparsePackageIdentity Method |
IT Hit User File System
Helper method to determine if the process is running with sparse package identity.
Namespace:
ITHit.FileSystem.Windows.Package
Assembly:
ITHit.FileSystem.Windows.Package (in ITHit.FileSystem.Windows.Package.dll) Version: 9.0.29527.0
Syntaxpublic static bool IsRunningWithSparsePackageIdentity()
Public Shared Function IsRunningWithSparsePackageIdentity As Boolean
public:
static bool IsRunningWithSparsePackageIdentity()
static member IsRunningWithSparsePackageIdentity : unit -> bool
Return Value
Type:
BooleanTrue if the application is running with sparse package identity, false otherwise.
See Also