CompilationOptions.ModuleName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Name of the primary module, or null if a default name should be used.
public: property System::String ^ ModuleName { public:
System::String ^ get(); protected:
void set(System::String ^ value); };
public string ModuleName { get; protected set; }
public string? ModuleName { get; protected set; }
member this.ModuleName : string with get, set
Public Property ModuleName As String
Property Value
Remarks
The name usually (but not necessarily) includes an extension, e.g. "MyModule.dll".
If ModuleName is null the actual name written to metadata is derived from the name of the compilation (AssemblyName) by appending a default extension for OutputKind.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.