ITypeResolutionService Methods

 

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodGetAssembly(AssemblyName^)

Gets the requested assembly.

System_CAPS_pubmethodGetAssembly(AssemblyName^, Boolean)

Gets the requested assembly.

System_CAPS_pubmethodGetPathOfAssembly(AssemblyName^)

Gets the path to the file from which the assembly was loaded.

System_CAPS_pubmethodGetType(String^)

Loads a type with the specified name.

System_CAPS_pubmethodGetType(String^, Boolean)

Loads a type with the specified name.

System_CAPS_pubmethodGetType(String^, Boolean, Boolean)

Loads a type with the specified name.

System_CAPS_pubmethodReferenceAssembly(AssemblyName^)

Adds a reference to the specified assembly.

Return to top
Show: