WHSInfoClass Class

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

Inherits the WHSInfo class and implements the IWHSInfo interface.

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

Syntax

'Declaration
<ClassInterfaceAttribute(0)> _
<GuidAttribute("99BDE280-300D-4016-9382-F86E16AA0DBB")> _
<TypeLibTypeAttribute(2)> _
Public Class WHSInfoClass
    Implements IWHSInfo, WHSInfo
'Usage
Dim instance As WHSInfoClass
[ClassInterfaceAttribute(0)] 
[GuidAttribute("99BDE280-300D-4016-9382-F86E16AA0DBB")] 
[TypeLibTypeAttribute(2)] 
public class WHSInfoClass : IWHSInfo, WHSInfo
[ClassInterfaceAttribute(0)] 
[GuidAttribute(L"99BDE280-300D-4016-9382-F86E16AA0DBB")] 
[TypeLibTypeAttribute(2)] 
public ref class WHSInfoClass : IWHSInfo, WHSInfo
/** @attribute ClassInterfaceAttribute(0) */ 
/** @attribute GuidAttribute("99BDE280-300D-4016-9382-F86E16AA0DBB") */ 
/** @attribute TypeLibTypeAttribute(2) */ 
public class WHSInfoClass implements IWHSInfo, WHSInfo
ClassInterfaceAttribute(0) 
GuidAttribute("99BDE280-300D-4016-9382-F86E16AA0DBB") 
TypeLibTypeAttribute(2) 
public class WHSInfoClass implements IWHSInfo, WHSInfo

Remarks

Use an instance of WHSInfoClass if you need to do one of the following: add Windows Home Server error notification to a custom application (including registering or unregistering for notification); create, remove, or get a reference to an application folder; or to get Windows Home Server backup, client computer, disk, share, application folder, or managed volume information.

Inheritance Hierarchy

System.Object
  WHSInfoIF.WHSInfoClass

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

WHSInfoClass Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.