Get the field type depending on the type of the obj

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
public static FieldDef..::..FieldType GetObjectType(
	Object obj
)
Visual Basic
Public Shared Function GetObjectType ( 
	obj As Object
) As FieldDef..::..FieldType
Visual C++
public:
static FieldDef..::..FieldType GetObjectType(
	Object^ obj
)
F#
static member GetObjectType : 
        obj : Object -> FieldDef..::..FieldType 

Parameters

obj
Type: System..::..Object
object

Return Value

Type: FieldDef..::..FieldType
FieldType of the object

See Also