다음을 통해 공유


AssemblyContextControlItem.AllAssemblyNamesInContext 속성

정의

환경에 로드된 모든 어셈블리의 표시 이름과 로컬 프로젝트 어셈블리의 표시 이름이 포함된 컬렉션을 반환합니다.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ AllAssemblyNamesInContext { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> AllAssemblyNamesInContext { get; }
member this.AllAssemblyNamesInContext : seq<string>
Public ReadOnly Property AllAssemblyNamesInContext As IEnumerable(Of String)

속성 값

환경에 로드된 모든 어셈블리의 표시 이름과 로컬 프로젝트 어셈블리의 표시 이름이 포함된 컬렉션입니다.

적용 대상