Creates ID for the given object.

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

Syntax

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

Parameters

obj
Type: System..::.Object

See Also