[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Interface for a service that resolves a class name to type instances.
Implementations typically allow some sort of configuration on which
namespaces are automatically checked for presence of a type.
The following tables list the members exposed by the AutoImportService type.
Public Methods
Name | Description | |
---|---|---|
![]() | ResolveClass |
Gets the Type object for the type name. If the type
name is incomplete, uses the imported namespace names
to attempt to resolve the name.
|