Encapsulates information about a type in the space.

C# | Visual Basic | Visual C++ | J# |
[ObsoleteAttribute("Since 8.0.1 - See ISpaceTypeDescriptor.")] public interface ITypeDescriptor
<ObsoleteAttribute("Since 8.0.1 - See ISpaceTypeDescriptor.")> _ Public Interface ITypeDescriptor
[ObsoleteAttribute(L"Since 8.0.1 - See ISpaceTypeDescriptor.")] public interface class ITypeDescriptor
/** @attribute ObsoleteAttribute("Since 8.0.1 - See ISpaceTypeDescriptor.") */ public interface ITypeDescriptor

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | BaseTypesNames |
Names of base types.
|
![]() | Fields |
Returns information about the type's fields.
|
![]() | Fifo |
Is type marked for FIFO processing.
|
![]() | Replicate |
Is type marked for replication.
|
![]() | SpaceName |
Name of type in the space.
|