GigaSpaces XAP.NET Documentation
RegisterTypeDescriptor Method (type)
Class LibraryGigaSpaces.Core.MetadataISpaceTypeManagerRegisterTypeDescriptor(Type)
Creates a type descriptor for the specified type and registers it in the space.
Declaration Syntax
C#Visual BasicVisual C++J#
void RegisterTypeDescriptor(
	Type type
)
Sub RegisterTypeDescriptor ( _
	type As Type _
)
void RegisterTypeDescriptor(
	Type^ type
)
void RegisterTypeDescriptor(
	Type type
)
Parameters
type (Type)
Type to register in the space.

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