Assembly.GlobalAssemblyCache 속성

정의

어셈블리가 전역 어셈블리 캐시에서 로드되었는지 여부를 나타내는 값을 가져옵니다(.NET Framework에만 해당).

public:
 property bool GlobalAssemblyCache { bool get(); };
public:
 virtual property bool GlobalAssemblyCache { bool get(); };
public bool GlobalAssemblyCache { get; }
public virtual bool GlobalAssemblyCache { get; }
member this.GlobalAssemblyCache : bool
Public ReadOnly Property GlobalAssemblyCache As Boolean
Public Overridable ReadOnly Property GlobalAssemblyCache As Boolean

속성 값

.NET Framework만 해당: 어셈블리가 전역 어셈블리 캐시에서 로드된 경우 true, 그렇지 않으면 false.

.NET Core 및 .NET 5 이상: 모든 경우에 false.

구현

설명

이 속성은 .NET 5부터 사용되지 않는 것으로 표시되며 컴파일 시간 경고를 생성합니다.

적용 대상