IPile SizeOf Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns the size of pointed-to object in bytes or throws access violation if pointer is invalid. The serialized object size is returned, not the CLR object size.

Namespace: NFX.ApplicationModel.Pile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

int SizeOf(
	PilePointer ptr
)

Return Value

Type: OnlineInt32
See Also