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 | |
---|---|---|---|---|---|
size | int | ||||
data | System.IntPtr | ||||
own | bool |