IVsDataProvider.GetMainAssembly Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.