AssemblyContextControlItem.GetEnvironmentAssemblies メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
環境に読み込まれているすべてのアセンブリのコレクションを返します。
public:
System::Collections::Generic::IEnumerable<System::Reflection::Assembly ^> ^ GetEnvironmentAssemblies(System::Activities::Presentation::Hosting::IMultiTargetingSupportService ^ multiTargetingService);
public System.Collections.Generic.IEnumerable<System.Reflection.Assembly> GetEnvironmentAssemblies (System.Activities.Presentation.Hosting.IMultiTargetingSupportService multiTargetingService);
member this.GetEnvironmentAssemblies : System.Activities.Presentation.Hosting.IMultiTargetingSupportService -> seq<System.Reflection.Assembly>
Public Function GetEnvironmentAssemblies (multiTargetingService As IMultiTargetingSupportService) As IEnumerable(Of Assembly)
パラメーター
- multiTargetingService
- IMultiTargetingSupportService
現在のプロジェクトのターゲット .NET Framework に対応する、読み込まれたアセンブリの適切なバージョンを取得するために使用される、マルチターゲットサービス。
戻り値
環境に読み込まれているすべてのアセンブリのコレクション。