Home

[Missing <summary> documentation for P:nTools.SystemInfo.Item(nTools.nType,System.Int32,nTools.LDisk)]

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,
	int hdNum,
	LDisk id
] { get; }
Public ReadOnly Default Property Item ( _
	infoType As nType, _
	hdNum As Integer, _
	id As LDisk _
) As String
public:
property String^ default[nType infoType, int hdNum, LDisk id] {
	String^ get (nType infoType, int hdNum, LDisk id);
}

Parameters

infoType
nType
hdNum
Int32
id
LDisk

See Also