Enum VssProviderType
The VssProviderType enumeration specifies the provider type.
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
public enum VssProviderType
Fields
Name | Description |
---|---|
Hardware | A hardware-based provider. |
Software | A software-based provider. |
System | The default provider that ships with Windows. |
Unknown | The provider type is unknown. This indicates an error in the application or the VSS service, or that no provider is available. |