Documentation for a minimal subset of the QSM API
ParameterInfo Constructor (name, type, readable, writable)
Namespaces > QS.Fx.Base > ParameterInfo > ParameterInfoNew(String, Type, Boolean, Boolean)
Initializes a new instance of the ParameterInfo class.
Syntax
C#Visual BasicManaged C++
public ParameterInfo (
	string name,
	Type type,
	bool readable,
	bool writable
)
Public Sub New ( _
	name As String, _
	type As Type, _
	readable As Boolean, _
	writable As Boolean _
)
public:
ParameterInfo (
	String^ name, 
	Type^ type, 
	bool readable, 
	bool writable
)
Parameters
name (String)

[Missing <param> documentation for "name"]

type (Type)

[Missing <param> documentation for "type"]

readable (Boolean)

[Missing <param> documentation for "readable"]

writable (Boolean)

[Missing <param> documentation for "writable"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0