Creates ID for the given object.

Namespace:  PerpetuumSoft.Framework.Serialization
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
int GetObjectID(
	Object obj
)
Visual Basic (Declaration)
Function GetObjectID ( _
	obj As Object _
) As Integer
Visual C++
int GetObjectID(
	Object^ obj
)

Parameters

obj
Type: System..::.Object

See Also