[Missing <summary> documentation for M:PerpetuumSoft.Instrumentation.Model.Instrument.GetPropertyNames(System.Object)]

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public string[] GetPropertyNames(
	Object obj
)
Visual Basic (Declaration)
Public Function GetPropertyNames ( _
	obj As Object _
) As String()
Visual C++
public:
array<String^>^ GetPropertyNames(
	Object^ obj
)

Parameters

obj
Type: System..::.Object

See Also