IAppHost.GetService<T> method
小于 1 分钟
IAppHost.GetService<T> method
获取指定的服务
public static T GetService<T>()| parameter | description |
|---|---|
| T | 要获取的服务类型 |
Return Value
获取的服务
Exceptions
| exception | condition |
|---|---|
| ArgumentException |
See Also
- interface IAppHost
- namespace neo_bpsys_wpf.Core
