Click or drag to resize
APILNVersion_IsAtLeast Method
指定したバージョン番号と、ライブラリファイルのコンパイルバージョン番号を比較します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void LNVersion_IsAtLeast(
	int major,
	int minor,
	int revision,
	out bool outResult
)

Parameters

major
Type: SystemInt32
メジャーバージョン
minor
Type: SystemInt32
マイナーバージョン
revision
Type: SystemInt32
リビジョンバージョン
outResult
Type: SystemBoolean
結果を格納する変数のポインタ
See Also