VssWMDependency Constructor |
Namespace: Alphaleonis.Win32.VssAssembly: AlphaVSS.Common (in AlphaVSS.Common.dll) Version: 1.3.0.0 (1.3.0.0)
Syntaxpublic VssWMDependency(
Guid writerId,
string logicalPath,
string componentName
)
Public Sub New (
writerId As Guid,
logicalPath As String,
componentName As String
)
public:
VssWMDependency(
Guid writerId,
String^ logicalPath,
String^ componentName
)
Parameters
- writerId
- Type: SystemGuid
The writer id. - logicalPath
- Type: SystemString
The logical path. - componentName
- Type: SystemString
Name of the component.
See Also