帮我看看
[ComVisibleAttribute(true)]
public delegate void ThreadStart ()中
“[ComVisibleAttribute(true)]”这个说明是什么啊, 还有
“[AttributeUsageAttribute(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Interface|AttributeTargets.Delegate, Inherited=false)]
[ComVisibleAttribute(true)] ”
public sealed class ComVisibleAttribute : Attribute
等等!