Chili.Opf3 Send comments on this topic.
GetObjectInfo Method
See Also 
Chili.Opf3 Namespace > ObjectContext Class : GetObjectInfo Method




obj
Persistent object that's ObjectInfo object is required.
Returns the ObjectInfo object of the given persistent object. The container holds information about the state of the object.

Syntax

Visual Basic (Declaration) 
Public Function GetObjectInfo( _
   ByVal obj As Object _
) As ObjectInfo
Visual Basic (Usage)Copy Code
Dim instance As ObjectContext
Dim obj As Object
Dim value As ObjectInfo
 
value = instance.GetObjectInfo(obj)
C# 
public ObjectInfo GetObjectInfo( 
   object obj
)
Managed Extensions for C++ 
public: ObjectInfo* GetObjectInfo( 
   Object* obj
) 
C++/CLI 
public:
ObjectInfo^ GetObjectInfo( 
   Object^ obj
) 

Parameters

obj
Persistent object that's ObjectInfo object is required.

Return Value

The ObjectInfo object of the given persistent.

Exceptions

ExceptionDescription
ArgumentNullExceptionObj is null.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also