Share via


WHSInfoClass.GetDiskInfo Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns a collection of IDiskInfo objects.

Namespace: WHSInfoIF
Assembly: Interop.WHSInfoIF (in interop.whsinfoif.dll)

Syntax

'Declaration
Public Overridable Function GetDiskInfo As Array Implements IWHSInfo.GetDiskInfo
'Usage
Dim instance As WHSInfoClass
Dim returnValue As Array

returnValue = CType(instance, IWHSInfo).GetDiskInfo
public virtual Array IWHSInfo.GetDiskInfo ()
public:
virtual Array^ GetDiskInfo () = IWHSInfo::GetDiskInfo

Return Value

An array of objects of type IDiskInfo.

Remarks

When you want to access an instance of IDiskInfo that represents a hard disk on the Windows Home Server computer, use the GetDiskInfo method. The GetDiskInfo method returns an array of objects of type IDiskInfo. You can then iterate through each member of the array to access an individual IDiskInfo instance.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

WHSInfoClass Class
WHSInfoClass Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.