ConstructorInfo.ConstructorName Campo

Definição

Representa o nome do método de construtor da classe conforme ele é armazenado nos metadados. Esse nome é sempre ".ctor". Este campo é somente leitura.

public: static initonly System::String ^ ConstructorName;
public static readonly string ConstructorName;
[System.Runtime.InteropServices.ComVisible(true)]
public static readonly string ConstructorName;
 staticval mutable ConstructorName : string
[<System.Runtime.InteropServices.ComVisible(true)>]
 staticval mutable ConstructorName : string
Public Shared ReadOnly ConstructorName As String 

Valor do campo

String
Atributos

Aplica-se a