You are here: Start » FIL.NET » ByteArray Constructor

ByteArray Constructor

creates a view (own == false) or passes data together with ownership (own == true)

Namespace:Ftl
Assembly:FilNet.Types.dll

Syntax

public ByteArray
(
	int size,
	System.IntPtr data,
	bool own
)

Parameters

Name Type Range Default Description
sizeint
dataSystem.IntPtr
ownbool

See also