You are here: Start » FIL.NET » Serializer.Read Method

Serializer.Read Method

Reads a single [Out] FilNet::ProfileEdge% value from a memory.

Namespace:FilNet.Serialization
Assembly:FIL.NET.TS.dll

Syntax

public static void Read
(
	System.IntPtr data,
	out FilNet.ProfileEdge value
)

Parameters

Name Type Range Default Description
dataSystem.IntPtr
valueFilNet.ProfileEdge

Function Overrides

See also