RefPool GetHandle Method NFX Class Library

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

Emits MetaHandle that contains type handle for reference handle only when this referenced is added to pool for the first time. Emits inlined string for strings and inlined value types for boxed objects. Emits additional array dimensions info for array refernces who's types are emitted for the first time

Namespace: NFX.Serialization.Slim
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public MetaHandle GetHandle(
	Object reference,
	TypeRegistry treg,
	SlimFormat format,
	out Type type
)

Return Value

Type: MetaHandle
See Also