Initializes a new instance of the MetadataSingleTag class

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

Syntax

C#
public MetadataSingleTag(
	string name,
	string device,
	bool readOnly
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	device As String, _
	readOnly As Boolean _
)
Visual C++
public:
MetadataSingleTag(
	String^ name, 
	String^ device, 
	bool readOnly
)

Parameters

name
Type: System..::.String

[Missing <param name="name"/> documentation for "M:CWrapper.MetadataSingleTag.#ctor(System.String,System.String,System.Boolean)"]

device
Type: System..::.String

[Missing <param name="device"/> documentation for "M:CWrapper.MetadataSingleTag.#ctor(System.String,System.String,System.Boolean)"]

readOnly
Type: System..::.Boolean

[Missing <param name="readOnly"/> documentation for "M:CWrapper.MetadataSingleTag.#ctor(System.String,System.String,System.Boolean)"]

See Also