Initializes a new instance of the PropertyInfo class

Namespace:  CoreDevices
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public PropertyInfo(
	MMDeviceBase Device,
	string DeviceName,
	string PropName
)
Visual Basic (Declaration)
Public Sub New ( _
	Device As MMDeviceBase, _
	DeviceName As String, _
	PropName As String _
)
Visual C++
public:
PropertyInfo(
	MMDeviceBase^ Device, 
	String^ DeviceName, 
	String^ PropName
)

Parameters

Device
Type: CoreDevices.Devices..::.MMDeviceBase

[Missing <param name="Device"/> documentation for "M:CoreDevices.PropertyInfo.#ctor(CoreDevices.Devices.MMDeviceBase,System.String,System.String)"]

DeviceName
Type: System..::.String

[Missing <param name="DeviceName"/> documentation for "M:CoreDevices.PropertyInfo.#ctor(CoreDevices.Devices.MMDeviceBase,System.String,System.String)"]

PropName
Type: System..::.String

[Missing <param name="PropName"/> documentation for "M:CoreDevices.PropertyInfo.#ctor(CoreDevices.Devices.MMDeviceBase,System.String,System.String)"]

See Also