UCOMIRunningObjectTable Interfaccia

Definizione

Attenzione

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

Utilizzare invece 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 di MSDN Library.

Metodi

Nome Descrizione
EnumRunning(UCOMIEnumMoniker)
Obsoleti.

Enumera gli oggetti attualmente registrati come in esecuzione.

GetObject(UCOMIMoniker, Object)
Obsoleti.

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

GetTimeOfLastChange(UCOMIMoniker, FILETIME)
Obsoleti.

Cerca questo moniker in ROT e segnala l'ora di modifica registrata, se presente.

IsRunning(UCOMIMoniker)
Obsoleti.

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

NoteChangeTime(Int32, FILETIME)
Obsoleti.

Annota l'ora in cui un particolare oggetto è stato modificato in modo da IMoniker::GetTimeOfLastChange poter segnalare un orario di modifica appropriato.

Register(Int32, Object, UCOMIMoniker, Int32)
Obsoleti.

Registra che l'oggetto fornito ha immesso lo stato di esecuzione.

Revoke(Int32)
Obsoleti.

Annulla la registrazione dell'oggetto specificato dall'oggetto ROT.

Si applica a