IReflect 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
IDispatch 인터페이스와 호환하여 사용됩니다.
public interface class IReflect
public interface IReflect
[System.Runtime.InteropServices.Guid("AFBF15E5-C37C-11d2-B88E-00A0C9B471B8")]
public interface IReflect
[System.Runtime.InteropServices.Guid("AFBF15E5-C37C-11d2-B88E-00A0C9B471B8")]
[System.Runtime.InteropServices.ComVisible(true)]
public interface IReflect
type IReflect = interface
[<System.Runtime.InteropServices.Guid("AFBF15E5-C37C-11d2-B88E-00A0C9B471B8")>]
type IReflect = interface
[<System.Runtime.InteropServices.Guid("AFBF15E5-C37C-11d2-B88E-00A0C9B471B8")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type IReflect = interface
Public Interface IReflect
- 파생
- 특성
설명
인터페이스는 IReflectIDispatch 인터페이스와 상호 운용하는 데 사용됩니다.
IReflect 는 리플렉션 메서드의 하위 집합을 Type 정의합니다. 이 인터페이스를 구현하면 개체가 COM에서 개체로 액세스될 때 형식이 해당 동작을 IDispatch
사용자 지정할 수 있습니다. 클래스는 ExpandoToDispatchExMarshaler 또는 를 구현 IReflect 하는 개체를 COM IDispatch
개체로 마샬링하는 데 사용할 수 있으며 그 반대의 IExpando 경우도 마찬가지입니다.
속성
UnderlyingSystemType |
IReflect 개체를 나타내는 내부 형식을 가져옵니다. |
메서드
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET