如何:创建专用组件
此示例说明了如何对某个类使用 PrivateComponentAttribute 属性。
示例
<PrivateComponent()> Public Class CPrivate
Inherits ServicedComponent
[PrivateComponent]
public class CPrivate : ServicedComponent
编译代码
此示例需要:
- 引用 System.ServiceProcess 命名空间。
请参见
参考
System.EnterpriseServices Namespace
概念
版权所有 (C) 2007 Microsoft Corporation。保留所有权利。