AddService
Configuration.AddService<TService> method
将指定的服务添加到配置中。
public void AddService<TService>(TService service)
where TService : class, IService
范围 | 描述 |
---|---|
TService | 要添加的服务类型。 |
service | 要添加的服务实例。 |
也可以看看
- interface IService
- class Configuration
- 命名空间 Aspose.Svg
- 部件 Aspose.SVG