UCOMIRunningObjectTable Interfejs

Definicja

Przestroga

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

Przestroga

Ten interfejs API jest już przestarzały.

Zamiast tego użyj polecenia cmdlet 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
Atrybuty

Uwagi

Aby uzyskać więcej informacji, zapoznaj się z istniejącą dokumentacją w IRunningObjectTable podfolderze com biblioteki MSDN.

Metody

EnumRunning(UCOMIEnumMoniker)

Wylicza obiekty aktualnie zarejestrowane jako uruchomione.

GetObject(UCOMIMoniker, Object)

Zwraca zarejestrowany obiekt, jeśli nazwa podanego obiektu jest zarejestrowana jako uruchomiona.

GetTimeOfLastChange(UCOMIMoniker, FILETIME)

Wyszukuje tę monikera w ROT i zgłasza zarejestrowany czas zmiany, jeśli jest obecny.

IsRunning(UCOMIMoniker)

Określa, czy określona monikera jest obecnie zarejestrowana w tabeli uruchomionych obiektów.

NoteChangeTime(Int32, FILETIME)

Zanotuje czas zmiany określonego obiektu, dzięki czemu może IMoniker::GetTimeOfLastChange zgłosić odpowiedni czas zmiany.

Register(Int32, Object, UCOMIMoniker, Int32)

Rejestruje, że dostarczony obiekt został uruchomiony.

Revoke(Int32)

Wyrejestrowywuje określony obiekt z ROT.

Dotyczy