gets the desired data for the selected infoType (cpu/os)

Namespace:  nTools
Assembly:  SystemInfo (in SystemInfo.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public string this[
	nType infoType,
	Object id
] { get; }
Public ReadOnly Default Property Item ( _
	infoType As nType, _
	id As Object _
) As String
public:
property String^ default[nType infoType, Object^ id] {
	String^ get (nType infoType, Object^ id);
}

Parameters

infoType
nType
id
Object

Return Value

See Also