ModuleBuilder.Name Propriedade
Definição
Uma cadeia de caracteres que indica que este é um módulo na memória.A string that indicates that this is an in-memory module.
public:
virtual property System::String ^ Name { System::String ^ get(); };
public override string Name { get; }
member this.Name : string
Public Overrides ReadOnly Property Name As String
Valor da propriedade
Texto que indica que este é um módulo na memória.Text that indicates that this is an in-memory module.
Comentários
O nome de um módulo dinâmico não pode ser obtido até que o módulo tenha sido salvo e recarregado do disco.The name of a dynamic module cannot be obtained until the module has been saved and reloaded from disk.