AssemblyFlagsAttribute.Flags 속성

정의

주의

This property has been deprecated. Please use AssemblyFlags instead. https://go.microsoft.com/fwlink/?linkid=14202

주의

AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.

주의

This property has been deprecated. Please use AssemblyFlags instead. http://go.microsoft.com/fwlink/?linkid=14202

중요

이 API는 CLS 규격이 아닙니다.

CLS 대체 규격
System.Reflection.AssemblyFlagsAttribute.AssemblyFlags

이 특성 인스턴스가 만들어졌을 때 지정된 AssemblyNameFlags 플래그의 조합을 나타내는 부호 없는 정수 값을 가져옵니다.

public:
 property System::UInt32 Flags { System::UInt32 get(); };
[System.CLSCompliant(false)]
[System.Obsolete("This property has been deprecated. Please use AssemblyFlags instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public uint Flags { get; }
[System.CLSCompliant(false)]
[System.Obsolete("AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.")]
public uint Flags { get; }
[System.CLSCompliant(false)]
[System.Obsolete("This property has been deprecated. Please use AssemblyFlags instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public uint Flags { get; }
[System.CLSCompliant(false)]
public uint Flags { get; }
[<System.CLSCompliant(false)>]
[<System.Obsolete("This property has been deprecated. Please use AssemblyFlags instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.Flags : uint32
[<System.CLSCompliant(false)>]
[<System.Obsolete("AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.")>]
member this.Flags : uint32
[<System.CLSCompliant(false)>]
[<System.Obsolete("This property has been deprecated. Please use AssemblyFlags instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.Flags : uint32
[<System.CLSCompliant(false)>]
member this.Flags : uint32
Public ReadOnly Property Flags As UInteger

속성 값

AssemblyNameFlags 플래그의 비트 조합을 나타내는 부호 없는 정수 값입니다.

특성

설명

이 속성은 이전 버전과의 호환성을 위해 정수 를 반환합니다. 값을 사용하기 전에 형식으로 AssemblyNameFlags 캐스팅합니다.

적용 대상

추가 정보