初期値指定コンストラクタ

Namespace: FVIL.Dio
Assembly: FVILdevice (in FVILdevice.dll) Version: 3.1.0.0 (3.1.0.5)

Syntax

C#
public CFviDriverVersion(
	uint major,
	uint minor,
	uint release,
	uint build
)
Visual Basic
Public Sub New ( 
	major As UInteger,
	minor As UInteger,
	release As UInteger,
	build As UInteger
)

Parameters

major
Type: System..::..UInt32
メジャーバージョン
minor
Type: System..::..UInt32
マイナーバージョン
release
Type: System..::..UInt32
リリース番号
build
Type: System..::..UInt32
ビルド番号

Remarks

初期値を指定してインスタンスを構築します。

See Also