Constable Authorization Engine 2.0 BETA

Context.GetTypeInfo Method (Object)

[This is preliminary documentation and subject to change.]

Gets a TypeInfo object describing the type of the given instance.

[Visual Basic]
Overloads Public Shared Function GetTypeInfo( _
   ByVal instance As Object _
) As TypeInfo
[C#]
public static TypeInfo GetTypeInfo(
   object instance
);

Parameters

instance
The instance whose type's TypeInfo object the caller wants to retrieve.

Return Value

A TypeInfo object describing the type of the instance.

See Also

Context Class | LaMarvin.Design Namespace | Context.GetTypeInfo Overload List