UCOMIRunningObjectTable Interfaccia
Definizione
Attenzione
Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202
Attenzione
Questa API è ora obsoleta.
In alternativa, utilizzare IRunningObjectTable.Use IRunningObjectTable instead.
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 ulteriori informazioni, consultare la documentazione esistente per IRunningObjectTable
nella sottocartella com di MSDN Library.For more information, please see the existing documentation for IRunningObjectTable
in the com subfolder of the MSDN library.
Metodi
EnumRunning(UCOMIEnumMoniker) |
Enumera gli oggetti correntemente registrati come oggetti in esecuzione.Enumerates the objects currently registered as running. |
GetObject(UCOMIMoniker, Object) |
Restituisce l'oggetto registrato se il nome dell'oggetto fornito è registrato come oggetto in esecuzione.Returns the registered object if the supplied object name is registered as running. |
GetTimeOfLastChange(UCOMIMoniker, FILETIME) |
Cerca questo moniker nella ROT e riporta l'ora registrata di modifica, se presente.Searches for this moniker in the ROT and reports the recorded time of change, if present. |
IsRunning(UCOMIMoniker) |
Determina se il moniker specificato è attualmente registrato nella tabella degli oggetti in esecuzione.Determines if the specified moniker is currently registered in the Running Object Table. |
NoteChangeTime(Int32, FILETIME) |
Annota l'ora di modifica di un particolare oggetto in modo che con |
Register(Int32, Object, UCOMIMoniker, Int32) |
Registra l'ingresso dell'oggetto fornito nello stato di esecuzione.Registers that the supplied object has entered the running state. |
Revoke(Int32) |
Annulla la registrazione dell'oggetto specificato dalla ROT.Unregisters the specified object from the ROT. |