GigaSpaces XAP.NET Documentation
GetTypeDescriptor Method (type)
Class LibraryGigaSpaces.Core.MetadataISpaceTypeManagerGetTypeDescriptor(Type)
Gets the space type descriptor of the specified type.
Declaration Syntax
C#Visual BasicVisual C++J#
ISpaceTypeDescriptor GetTypeDescriptor(
	Type type
)
Function GetTypeDescriptor ( _
	type As Type _
) As ISpaceTypeDescriptor
ISpaceTypeDescriptor^ GetTypeDescriptor(
	Type^ type
)
ISpaceTypeDescriptor GetTypeDescriptor(
	Type type
)
Parameters
type (Type)
Type to get the type descriptor of.
Return Value
Type descriptor of the type, if available (if not, returns null).

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