UCOMIRunningObjectTable Interfaccia

Definizione

Attenzione

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

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

Commenti

Per altre informazioni, vedere la documentazione esistente per IRunningObjectTable nella sottocartella com della libreria MSDN.

Metodi

EnumRunning(UCOMIEnumMoniker)
Obsoleti.

Enumera gli oggetti correntemente registrati come oggetti in esecuzione.

GetObject(UCOMIMoniker, Object)
Obsoleti.

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

GetTimeOfLastChange(UCOMIMoniker, FILETIME)
Obsoleti.

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

IsRunning(UCOMIMoniker)
Obsoleti.

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

NoteChangeTime(Int32, FILETIME)
Obsoleti.

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)
Obsoleti.

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

Revoke(Int32)
Obsoleti.

Annulla la registrazione dell'oggetto specificato dalla ROT.

Si applica a