UCOMIRunningObjectTable Interfejs

Definicja

Przestroga

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

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.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
Atrybuty

Uwagi

Aby uzyskać więcej informacji, zobacz istniejącą dokumentację dotyczącą IRunningObjectTable programu w podfolderze com biblioteki MSDN.

Metody

EnumRunning(UCOMIEnumMoniker)
Przestarzałe.

Wylicza obiekty aktualnie zarejestrowane jako uruchomione.

GetObject(UCOMIMoniker, Object)
Przestarzałe.

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

GetTimeOfLastChange(UCOMIMoniker, FILETIME)
Przestarzałe.

Wyszukuje ten pseudonim w rot i zgłasza zarejestrowany czas zmiany, jeśli istnieje.

IsRunning(UCOMIMoniker)
Przestarzałe.

Określa, czy określony moniker jest obecnie zarejestrowany w uruchomionej tabeli obiektów.

NoteChangeTime(Int32, FILETIME)
Przestarzałe.

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

Register(Int32, Object, UCOMIMoniker, Int32)
Przestarzałe.

Rejestruje, że podany obiekt wprowadził stan uruchomienia.

Revoke(Int32)
Przestarzałe.

Wyrejestrowuje określony obiekt z rot.

Dotyczy