SimpleTypeResolver.ResolveType(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Type of the specified name.
public:
override Type ^ ResolveType(System::String ^ id);
public override Type ResolveType (string id);
override this.ResolveType : string -> Type
Public Overrides Function ResolveType (id As String) As Type
Parameters
- id
- String
The assembly-qualified name of the managed type.
Returns
A Type object that has the specified name, if found; otherwise, null
.
Remarks
The ResolveType method calls the Type.GetType method to resolve the type.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.