UCOMIRunningObjectTable 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202
대신 IRunningObjectTable를 사용하세요.
public interface class UCOMIRunningObjectTable
[System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIRunningObjectTable
[System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIRunningObjectTable
[<System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIRunningObjectTable = interface
[<System.Runtime.InteropServices.Guid("00000010-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIRunningObjectTable = interface
Public Interface UCOMIRunningObjectTable
- 특성
설명
자세한 내용은 기존 설명서를 참조 하십시오 IRunningObjectTable
MSDN 라이브러리의 com 하위 폴더에 있습니다.
메서드
EnumRunning(UCOMIEnumMoniker) |
사용되지 않음.
실행 중 등록된 개체를 열거합니다. |
GetObject(UCOMIMoniker, Object) |
사용되지 않음.
제공된 개체 이름이 실행 중에 등록되면 등록된 개체를 반환합니다. |
GetTimeOfLastChange(UCOMIMoniker, FILETIME) |
사용되지 않음.
ROT에서 이 모니커를 검색하고 변경 내용이 있으면 기록된 시간을 보고합니다. |
IsRunning(UCOMIMoniker) |
사용되지 않음.
지정된 모니커가 현재 실행 개체 테이블에 등록되어 있는지 여부를 확인합니다. |
NoteChangeTime(Int32, FILETIME) |
사용되지 않음.
특정 개체가 변경된 시간을 기록하여 |
Register(Int32, Object, UCOMIMoniker, Int32) |
사용되지 않음.
제공된 개체가 실행 상태로 들어갔음을 등록합니다. |
Revoke(Int32) |
사용되지 않음.
ROT에서 지정된 개체의 등록을 취소합니다. |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET