CodeCompiler.CompilerName-Eigenschaft
Ruft den Namen der ausführbaren Compilerdatei ab.
Namespace: System.CodeDom.Compiler
Assembly: System (in system.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property CompilerName As String
'Usage
Dim value As String
value = Me.CompilerName
protected abstract string CompilerName { get; }
protected:
virtual property String^ CompilerName {
String^ get () abstract;
}
/** @property */
protected abstract String get_CompilerName ()
protected abstract function get CompilerName () : String
Eigenschaftenwert
Der Name der ausführbaren Compilerdatei.
Hinweise
Diese Eigenschaft gibt den Namen der aufzurufenden ausführbaren Compilerdatei an.
Plattformen
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
Siehe auch
Referenz
CodeCompiler-Klasse
CodeCompiler-Member
System.CodeDom.Compiler-Namespace