ITypeResolutionService Methods
.NET Framework (current version)
Namespace:
System.ComponentModel.Design
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | GetAssembly(AssemblyName^) | Gets the requested assembly. |
![]() | GetAssembly(AssemblyName^, Boolean) | Gets the requested assembly. |
![]() | GetPathOfAssembly(AssemblyName^) | Gets the path to the file from which the assembly was loaded. |
![]() | GetType(String^) | Loads a type with the specified name. |
![]() | GetType(String^, Boolean) | Loads a type with the specified name. |
![]() | GetType(String^, Boolean, Boolean) | Loads a type with the specified name. |
![]() | ReferenceAssembly(AssemblyName^) | Adds a reference to the specified assembly. |
Show:
