_AppDomain.GetAssemblies Method

Definition

Provides COM objects with version-independent access to the GetAssemblies() method.

public:
 cli::array <System::Reflection::Assembly ^> ^ GetAssemblies();
public System.Reflection.Assembly[] GetAssemblies ();
abstract member GetAssemblies : unit -> System.Reflection.Assembly[]
Public Function GetAssemblies () As Assembly()

Returns

An array of assemblies in this application domain.

Remarks

See the AppDomain.GetAssemblies method.

Applies to