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)
傳回
集合,這個集合包含已載入環境之所有組件的組件名稱。