ConstructorBuilder.ReflectedType 属性

定义

保存对从中获取此对象的 Type 对象的引用。Holds a reference to the Type object from which this object was obtained.

public:
 virtual property Type ^ ReflectedType { Type ^ get(); };
public override Type? ReflectedType { get; }
public override Type ReflectedType { get; }
member this.ReflectedType : Type
Public Overrides ReadOnly Property ReflectedType As Type

属性值

Type

从中 Type 获取此对象的对象。The Type object from which this object was obtained.

注解

ConstructorBuilder对象表示特定类中的构造函数。A ConstructorBuilder object represents a constructor on a particular class. 为了获得 ConstructorInfo 对象,将 Type 查询表示支持构造函数的类的对象。In order to obtain a ConstructorInfo object, the Type object that represents the class that supports the constructor is queried. 此属性包含对该对象的引用 TypeThis property holds a reference to that Type object.

适用于

另请参阅