_Assembly.GetReferencedAssemblies 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.
Provides COM objects with version-independent access to the GetReferencedAssemblies() method.
public:
cli::array <System::Reflection::AssemblyName ^> ^ GetReferencedAssemblies();
public System.Reflection.AssemblyName[] GetReferencedAssemblies ();
abstract member GetReferencedAssemblies : unit -> System.Reflection.AssemblyName[]
Public Function GetReferencedAssemblies () As AssemblyName()
Returns
An array of type AssemblyName containing all the assemblies referenced by this assembly.
Remarks
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The GetReferencedAssemblies method gets the AssemblyName objects for all the assemblies referenced by this assembly.