UCOMIRunningObjectTable Antarmuka
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Perhatian
Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead. http://go.microsoft.com/fwlink/?linkid=14202
Gunakan IRunningObjectTable sebagai gantinya.
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
- Atribut
Keterangan
Untuk informasi selengkapnya, silakan lihat dokumentasi yang ada untuk IRunningObjectTable
di subfolder com pustaka MSDN.
Metode
EnumRunning(UCOMIEnumMoniker) |
Kedaluwarsa.
Menghitung objek yang saat ini terdaftar sebagai berjalan. |
GetObject(UCOMIMoniker, Object) |
Kedaluwarsa.
Mengembalikan objek terdaftar jika nama objek yang disediakan terdaftar sebagai berjalan. |
GetTimeOfLastChange(UCOMIMoniker, FILETIME) |
Kedaluwarsa.
Mencari moniker ini di ROT dan melaporkan waktu perubahan yang direkam, jika ada. |
IsRunning(UCOMIMoniker) |
Kedaluwarsa.
Menentukan apakah moniker yang ditentukan saat ini terdaftar dalam Tabel Objek Yang Berjalan. |
NoteChangeTime(Int32, FILETIME) |
Kedaluwarsa.
Catat waktu objek tertentu telah berubah sehingga |
Register(Int32, Object, UCOMIMoniker, Int32) |
Kedaluwarsa.
Mendaftarkan bahwa objek yang disediakan telah memasuki status berjalan. |
Revoke(Int32) |
Kedaluwarsa.
Membatalkan pendaftaran objek yang ditentukan dari ROT. |