IScriptingService Interface

Definition

Provides the access to the scripting service.

public interface class IScriptingService
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("CA019366-3FD5-4f6b-83CB-ED6BFC418DBE")]
public interface IScriptingService
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("CA019366-3FD5-4f6b-83CB-ED6BFC418DBE")>]
type IScriptingService = interface
Public Interface IScriptingService
Attributes

Properties

ScriptCollectors

Gets the list of all ScriptCollectors registered in the system.

Methods

GetCompatibleCollectors(String)

Enumerates all the Script Collectors that are compatible with the content type.

OpenSession(IScriptCollectorInfo, IContext)

Sets a method that opens a new Scripting session.

Applies to