_FieldInfo 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
중요
이 API는 CLS 규격이 아닙니다.
FieldInfo 클래스의 public 멤버를 비관리 코드에 노출합니다.
public interface class _FieldInfo
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("8A7C1442-A9FB-366B-80D8-4939FFA6DBE0")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _FieldInfo
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("8A7C1442-A9FB-366B-80D8-4939FFA6DBE0")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _FieldInfo
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("8A7C1442-A9FB-366B-80D8-4939FFA6DBE0")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _FieldInfo = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("8A7C1442-A9FB-366B-80D8-4939FFA6DBE0")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _FieldInfo = interface
Public Interface _FieldInfo
- 파생
- 특성
설명
이 인터페이스는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.
이 인터페이스의 vtable 순서를 유지 합니다 System.Reflection.FieldInfo 클래스 멤버는 관리 되지 않는 COM 개체에서 액세스할 수 있습니다.
속성
Attributes |
버전에 관계없이 Attributes 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
DeclaringType |
버전에 관계없이 DeclaringType 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
FieldHandle |
버전에 관계없이 FieldHandle 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
FieldType |
버전에 관계없이 FieldType 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
IsAssembly |
버전에 관계없이 IsAssembly 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
IsFamily |
버전에 관계없이 IsFamily 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
IsFamilyAndAssembly |
버전에 관계없이 IsFamilyAndAssembly 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
IsFamilyOrAssembly |
버전에 관계없이 IsFamilyOrAssembly 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
IsInitOnly |
버전에 관계없이 IsInitOnly 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
IsLiteral |
버전에 관계없이 IsLiteral 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
IsNotSerialized |
버전에 관계없이 IsNotSerialized 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
IsPinvokeImpl |
버전에 관계없이 IsPinvokeImpl 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
IsPrivate |
버전에 관계없이 IsPrivate 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
IsPublic |
버전에 관계없이 IsPublic 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
IsSpecialName |
버전에 관계없이 IsSpecialName 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
IsStatic |
버전에 관계없이 IsStatic 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
MemberType |
버전에 관계없이 MemberType 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
Name |
버전에 관계없이 Name 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
ReflectedType |
버전에 관계없이 ReflectedType 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
메서드
적용 대상
.NET