ConstructorInfoWrapper 类
继承层次结构
System.Object
System.Reflection.MemberInfo
System.Reflection.MethodBase
System.Reflection.ConstructorInfo
Microsoft.VisualStudio.Shell.Design.ConstructorInfoWrapper
命名空间: Microsoft.VisualStudio.Shell.Design
程序集: Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)
语法
声明
Public Class ConstructorInfoWrapper _
Inherits ConstructorInfo
public class ConstructorInfoWrapper : ConstructorInfo
ConstructorInfoWrapper 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
ConstructorInfoWrapper |
页首
属性
页首
方法
页首
显式接口实现
名称 | 说明 | |
---|---|---|
_ConstructorInfo.GetIDsOfNames | 将一组名称映射为对应的一组调度标识符。 (继承自 ConstructorInfo。) | |
_MethodBase.GetIDsOfNames | 将一组名称映射为对应的一组调度标识符。 (继承自 MethodBase。) | |
_MemberInfo.GetIDsOfNames | 将一组名称映射为对应的一组调度标识符。 (继承自 MemberInfo。) | |
_ConstructorInfo.GetType | 获取一个表示 ConstructorInfo 类型的 Type 对象。 (继承自 ConstructorInfo。) | |
_MethodBase.GetType | 有关此成员的说明,请参见 _MethodBase.GetType。 (继承自 MethodBase。) | |
_MemberInfo.GetType | 获取表示 MemberInfo 类的 Type 对象。 (继承自 MemberInfo。) | |
_ConstructorInfo.GetTypeInfo | 检索对象的类型信息,然后可以使用该信息获取接口的类型信息。 (继承自 ConstructorInfo。) | |
_MethodBase.GetTypeInfo | 检索对象的类型信息,然后可以使用该信息获取接口的类型信息。 (继承自 MethodBase。) | |
_MemberInfo.GetTypeInfo | 检索对象的类型信息,然后可以使用该信息获取接口的类型信息。 (继承自 MemberInfo。) | |
_ConstructorInfo.GetTypeInfoCount | 检索对象提供的类型信息接口的数量(0 或 1)。 (继承自 ConstructorInfo。) | |
_MethodBase.GetTypeInfoCount | 检索对象提供的类型信息接口的数量(0 或 1)。 (继承自 MethodBase。) | |
_MemberInfo.GetTypeInfoCount | 检索对象提供的类型信息接口的数量(0 或 1)。 (继承自 MemberInfo。) | |
_ConstructorInfo.Invoke | 提供对某一对象公开的属性和方法的访问。 (继承自 ConstructorInfo。) | |
_MethodBase.Invoke | 提供对某一对象公开的属性和方法的访问。 (继承自 MethodBase。) | |
_MemberInfo.Invoke | 提供对某一对象公开的属性和方法的访问。 (继承自 MemberInfo。) | |
_ConstructorInfo.Invoke_2 | 为 COM 对象提供对 MethodBase.Invoke(Object, BindingFlags, Binder, array<Object[], CultureInfo) 方法的版本无关的访问。 (继承自 ConstructorInfo。) | |
_ConstructorInfo.Invoke_3 | 为 COM 对象提供对 MethodBase.Invoke(Object, array<Object[]) 方法的版本无关的访问。 (继承自 ConstructorInfo。) | |
_ConstructorInfo.Invoke_4 | 为 COM 对象提供对 ConstructorInfo.Invoke(BindingFlags, Binder, array<Object[], CultureInfo) 方法的版本无关的访问。 (继承自 ConstructorInfo。) | |
_ConstructorInfo.Invoke_5 | 为 COM 对象提供对 ConstructorInfo.Invoke(array<Object[]) 方法的版本无关的访问。 (继承自 ConstructorInfo。) | |
_MethodBase.IsAbstract | 有关此成员的说明,请参见 _MethodBase.IsAbstract。 (继承自 MethodBase。) | |
_MethodBase.IsAssembly | 有关此成员的说明,请参见 _MethodBase.IsAssembly。 (继承自 MethodBase。) | |
_MethodBase.IsConstructor | 有关此成员的说明,请参见 _MethodBase.IsConstructor。 (继承自 MethodBase。) | |
_MethodBase.IsFamily | 有关此成员的说明,请参见 _MethodBase.IsFamily。 (继承自 MethodBase。) | |
_MethodBase.IsFamilyAndAssembly | 有关此成员的说明,请参见 _MethodBase.IsFamilyAndAssembly。 (继承自 MethodBase。) | |
_MethodBase.IsFamilyOrAssembly | 有关此成员的说明,请参见 _MethodBase.IsFamilyOrAssembly。 (继承自 MethodBase。) | |
_MethodBase.IsFinal | 有关此成员的说明,请参见 _MethodBase.IsFinal。 (继承自 MethodBase。) | |
_MethodBase.IsHideBySig | 有关此成员的说明,请参见 _MethodBase.IsHideBySig。 (继承自 MethodBase。) | |
_MethodBase.IsPrivate | 有关此成员的说明,请参见 _MethodBase.IsPrivate。 (继承自 MethodBase。) | |
_MethodBase.IsPublic | 有关此成员的说明,请参见 _MethodBase.IsPublic。 (继承自 MethodBase。) | |
_MethodBase.IsSpecialName | 有关此成员的说明,请参见 _MethodBase.IsSpecialName。 (继承自 MethodBase。) | |
_MethodBase.IsStatic | 有关此成员的说明,请参见 _MethodBase.IsStatic。 (继承自 MethodBase。) | |
_MethodBase.IsVirtual | 有关此成员的说明,请参见 _MethodBase.IsVirtual。 (继承自 MethodBase。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。