IScriptingService 接口

定义

提供对脚本服务的访问。

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
属性

属性

ScriptCollectors

获取在系统中注册的所有 ScriptCollector 列表。

方法

GetCompatibleCollectors(String)

枚举与内容类型兼容的所有脚本收集器。

OpenSession(IScriptCollectorInfo, IContext)

设置用于打开新脚本会话的方法。

适用于