다음을 통해 공유


IVsDataProvider.GetMainAssembly Method

Definition

Gets the provider’s main assembly.

public:
 System::Reflection::Assembly ^ GetMainAssembly();
public System.Reflection.Assembly GetMainAssembly ();
abstract member GetMainAssembly : unit -> System.Reflection.Assembly
Public Function GetMainAssembly () As Assembly

Returns

An Assembly object that represents the provider’s main assembly.

Exceptions

<ANY>

The DDEX provider’s GetAssembly(String) implementation threw an exception.

Applies to