AssemblyContextControlItem.GetEnvironmentAssemblyNames メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
環境に読み込まれているすべてのアセンブリのアセンブリ名を含むコレクションを返します。
public:
System::Collections::Generic::IEnumerable<System::Reflection::AssemblyName ^> ^ GetEnvironmentAssemblyNames();
public System.Collections.Generic.IEnumerable<System.Reflection.AssemblyName> GetEnvironmentAssemblyNames ();
member this.GetEnvironmentAssemblyNames : unit -> seq<System.Reflection.AssemblyName>
Public Function GetEnvironmentAssemblyNames () As IEnumerable(Of AssemblyName)
戻り値
環境に読み込まれているすべてのアセンブリのアセンブリ名を含むコレクション。