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
- 특성
설명
자세한 내용은 MSDN 라이브러리의 com 하위 폴더에 있는 IRunningObjectTable 기존 설명서를 참조하세요.
메서드
| Name | Description |
|---|---|
| EnumRunning(UCOMIEnumMoniker) |
사용되지 않음.
현재 실행 중으로 등록된 개체를 열거합니다. |
| GetObject(UCOMIMoniker, Object) |
사용되지 않음.
제공된 개체 이름이 실행 중으로 등록된 경우 등록된 개체를 반환합니다. |
| GetTimeOfLastChange(UCOMIMoniker, FILETIME) |
사용되지 않음.
ROT에서 이 모니커를 검색하고 기록된 변경 시간(있는 경우)을 보고합니다. |
| IsRunning(UCOMIMoniker) |
사용되지 않음.
지정한 모니커가 현재 실행 중인 개체 테이블에 등록되어 있는지 여부를 확인합니다. |
| NoteChangeTime(Int32, FILETIME) |
사용되지 않음.
특정 개체가 변경된 시간을 기록하여 |
| Register(Int32, Object, UCOMIMoniker, Int32) |
사용되지 않음.
제공된 개체가 실행 중 상태가 되었음을 등록합니다. |
| Revoke(Int32) |
사용되지 않음.
ROT에서 지정된 개체의 등록을 취소합니다. |