IRunnableObject Interface

Definition

Enables a container to control the running of its embedded objects. For more information, see IRunnableObject.

public interface class IRunnableObject
public interface class IRunnableObject
__interface IRunnableObject
[System.Runtime.InteropServices.Guid("00000126-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IRunnableObject
[System.Runtime.InteropServices.Guid("00000126-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRunnableObject
[<System.Runtime.InteropServices.Guid("00000126-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IRunnableObject = interface
[<System.Runtime.InteropServices.Guid("00000126-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRunnableObject = interface
Public Interface IRunnableObject
Attributes

Methods

GetRunningClass(Guid)
IsRunning()
LockRunning(Int32, Int32)
Run(IBindCtx)
SetContainedObject(Int32)

Applies to