Modifier

ITypeProviderCreator.GetTypeResolutionService(Object) Method

Definition

Returns a service that can retrieve an assembly or type by name for the specified object.

public:
 System::ComponentModel::Design::ITypeResolutionService ^ GetTypeResolutionService(System::Object ^ obj);
public System.ComponentModel.Design.ITypeResolutionService GetTypeResolutionService (object obj);
abstract member GetTypeResolutionService : obj -> System.ComponentModel.Design.ITypeResolutionService
Public Function GetTypeResolutionService (obj As Object) As ITypeResolutionService

Parameters

obj
Object

The Object for which to retrieve the type resolution service.

Returns

The ITypeResolutionService to use to retrieve an assembly or type.

Applies to