UCOMIRunningObjectTable Arabirim

Tanım

Dikkat

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

Bunun yerine IRunningObjectTable kullanın.

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
Öznitelikler

Açıklamalar

Daha fazla bilgi için IRunningObjectTable lütfen MSDN kitaplığının com alt klasöründeki için mevcut belgelere bakın.

Yöntemler

EnumRunning(UCOMIEnumMoniker)
Geçersiz.

Çalışmakta olan kayıtlı nesneleri numaralandırır.

GetObject(UCOMIMoniker, Object)
Geçersiz.

Sağlanan nesne adı çalışıyor olarak kaydedildiyse, kayıtlı nesneyi döndürür.

GetTimeOfLastChange(UCOMIMoniker, FILETIME)
Geçersiz.

ROT'de bu bilinen adı arar ve varsa kayıtlı değişiklik zamanını bildirir.

IsRunning(UCOMIMoniker)
Geçersiz.

Belirtilen bilinen adın şu anda Çalışan Nesne Tablosu'nda kayıtlı olup olmadığını belirler.

NoteChangeTime(Int32, FILETIME)
Geçersiz.

Belirli bir nesnenin değiştirildiği zamanı not eder, böylece IMoniker::GetTimeOfLastChange uygun bir değişiklik zamanını bildirebilir.

Register(Int32, Object, UCOMIMoniker, Int32)
Geçersiz.

Sağlanan nesnenin çalışma durumuna girdiğini kaydeder.

Revoke(Int32)
Geçersiz.

Belirtilen nesnenin KAYDıNı ROT'den kaldırır.

Şunlara uygulanır