アンマネージリソースの確保

Namespace: fvalgcli
Assembly: fvalgcli (in fvalgcli.dll) Version: 3.1.0.0 (3.1.0.11)

Syntax

C#
public static RGB24_PTR alloc(
	int _num
)
Visual Basic
Public Shared Function alloc ( 
	_num As Integer
) As RGB24_PTR

Parameters

_num
Type: System..::..Int32
要素数 (1~)

Return Value

Type: RGB24_PTR
生成されたインスタンスを返します。

See Also