ProjectTypeResolutionService.GetType Method
Include Protected Members
Include Inherited Members
Attempts to retrieve a reference type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetType(String, Boolean, Boolean, ReferenceType) | When implemented in a derived class, attempts to retrieve a reference type based on search criteria like the name of the type and its case-sensitivity. |
Top