Interface encapsulating operations for getting and managing space type descriptors.
Use TypeManager to retrieve the type manager of a
CopyC# instance.

SpaceProxy

C# | Visual Basic | Visual C++ | J# |
public interface ISpaceTypeManager
Public Interface ISpaceTypeManager
public interface class ISpaceTypeManager
public interface ISpaceTypeManager

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | GetTypeDescriptor(String) |
Gets the space type descriptor of the specified type.
|
![]() | GetTypeDescriptor(Type) |
Gets the space type descriptor of the specified type.
|
![]() | RegisterTypeDescriptor(ISpaceTypeDescriptor) |
Registers the specified space type descriptor in the space.
|
![]() | RegisterTypeDescriptor(Type) |
Creates a type descriptor for the specified type and registers it in the space.
|