GigaSpaces XAP.NET Documentation
GetTypeDescriptor Method (type)
Class LibraryGigaSpaces.Core.AdminIServerAdminGetTypeDescriptor(Type)
Returns information about a type in the space.
Supported only for non-clustered proxy see GetDirectProxy()()().
Declaration Syntax
C#Visual BasicVisual C++J#
ITypeDescriptor GetTypeDescriptor(
	Type type
)
Function GetTypeDescriptor ( _
	type As Type _
) As ITypeDescriptor
ITypeDescriptor^ GetTypeDescriptor(
	Type^ type
)
ITypeDescriptor GetTypeDescriptor(
	Type type
)
Parameters
type (Type)
The type to retrieve.
Return Value
Type information.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 7.0.1.3800 (7.0.1.3800)