日期:2014-05-18 浏览次数:21000 次
[ConstructionEnabledAttribute(Default="ILAssembly V1.0")]
[JustInTimeActivation(true)]
[Transaction(TransactionOption.Supported)]
[ObjectPooling(true, 1, 5)]
[Serializable()]
public class testcom+ : ServicedComponent, IDisposable
{
//里面随便写你的函数
}