UCOMIRunningObjectTable 인터페이스

정의

주의

Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202

주의

이 API는 이제 사용되지 않습니다.

대신 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.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete]
[System.Runtime.InteropServices.Guid("00000010-0000-0000-c000-000000000046")]
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
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete>]
[<System.Runtime.InteropServices.Guid("00000010-0000-0000-c000-000000000046")>]
type UCOMIRunningObjectTable = interface
Public Interface UCOMIRunningObjectTable
특성

설명

자세한 내용은 기존 설명서를 참조 하십시오 IRunningObjectTable MSDN 라이브러리의 com 하위 폴더에 있습니다.

메서드

EnumRunning(UCOMIEnumMoniker)

실행 중 등록된 개체를 열거합니다.

GetObject(UCOMIMoniker, Object)

제공된 개체 이름이 실행 중에 등록되면 등록된 개체를 반환합니다.

GetTimeOfLastChange(UCOMIMoniker, FILETIME)

ROT에서 이 모니커를 검색하고 변경 내용이 있으면 기록된 시간을 보고합니다.

IsRunning(UCOMIMoniker)

지정된 모니커가 현재 실행 개체 테이블에 등록되어 있는지 여부를 확인합니다.

NoteChangeTime(Int32, FILETIME)

특정 개체가 변경된 시간을 기록하여 IMoniker::GetTimeOfLastChange가 해당 변경 시간을 보고할 수 있도록 합니다.

Register(Int32, Object, UCOMIMoniker, Int32)

제공된 개체가 실행 상태로 들어갔음을 등록합니다.

Revoke(Int32)

ROT에서 지정된 개체의 등록을 취소합니다.

적용 대상