Click or drag to resize
APILNObject_GetRefCount Method
オブジェクトの参照カウント取得します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNObject_GetRefCount(
	IntPtr hadnleObject,
	out int count
)

Parameters

hadnleObject
Type: SystemIntPtr
オブジェクトハンドル
count
Type: SystemInt32
参照カウントを格納する変数

Return Value

Type: Result

[Missing <returns> documentation for "M:Lumino.API.LNObject_GetRefCount(System.IntPtr,System.Int32@)"]

See Also