[SerializableAttribute]
[BrowsableAttribute(true)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class SMART
<SerializableAttribute>
<BrowsableAttribute(true)>
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public NotInheritable Class SMART
Dim instance As SMART
[SerializableAttribute]
[BrowsableAttribute(true)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class SMART sealed
[<SealedAttribute>]
[<SerializableAttribute>]
[<BrowsableAttribute(true)>]
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
type SMART = class end
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
Dim SMART As New SMART("C"c)
Dim sb As New StringBuilder()
For Each attr As SmartAttribute In SMART.Attributes
sb.AppendFormat("Id: {0:X2}, Name: {1,-30}, Current: {2,3}, Worst: {3,3}, Threshold: {4,3}, RAW: {5,12:X12}, IsHealthOk?: {6}",
attr.Id, attr.Name,
attr.CurrentValue, attr.WorstValue, attr.Threshold, attr.RawValue32,
attr.IsHealthOk)
sb.AppendLine()
Next attr
Console.WriteLine(sb.ToString())
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
SMART(Char) | Initializes a new instance of the SMART class. |
SMART(DriveInfo) | Initializes a new instance of the SMART class. |
Attributes | Gets the S.M.A.R.T. attributes of the hard drive. |
IsHealthOk | Gets a value that determine whether the health status of the hard drive is ok. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Refresh | Refreshes the hard drive properties of this instance. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
CanConvertTo |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
CanConvertToT |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions) |
IsDisposable |
Determines whether the specified object is a disposable type
(i.e., it implements IDisposable interface).
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
ThrowIfNullTException |
Throws the specified exception if the source object is null.
(Defined by ObjectExtensions) |