UCOMIRunningObjectTable Interfaccia

Definizione

Attenzione

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

Attenzione

Questa API è ora deprecata.

In alternativa, utilizzare 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
Attributi

Commenti

Per altre informazioni, vedere la documentazione esistente IRunningObjectTable per nella sottocartella com di MSDN Library.

Metodi

EnumRunning(UCOMIEnumMoniker)

Enumera gli oggetti correntemente registrati come oggetti in esecuzione.

GetObject(UCOMIMoniker, Object)

Restituisce l'oggetto registrato se il nome dell'oggetto fornito è registrato come oggetto in esecuzione.

GetTimeOfLastChange(UCOMIMoniker, FILETIME)

Cerca questo moniker nella ROT e riporta l'ora registrata di modifica, se presente.

IsRunning(UCOMIMoniker)

Determina se il moniker specificato è attualmente registrato nella tabella degli oggetti in esecuzione.

NoteChangeTime(Int32, FILETIME)

Annota l'ora di modifica di un particolare oggetto in modo che con IMoniker::GetTimeOfLastChange sia possibile riportare un'ora di modifica corretta.

Register(Int32, Object, UCOMIMoniker, Int32)

Registra l'ingresso dell'oggetto fornito nello stato di esecuzione.

Revoke(Int32)

Annulla la registrazione dell'oggetto specificato dalla ROT.

Si applica a