CompilerResults.PathToAssembly-Eigenschaft
Ruft den Pfad der kompilierten Assembly ab oder legt diesen fest.
Namespace: System.CodeDom.Compiler
Assembly: System (in system.dll)
Syntax
'Declaration
Public Property PathToAssembly As String
'Usage
Dim instance As CompilerResults
Dim value As String
value = instance.PathToAssembly
instance.PathToAssembly = value
public string PathToAssembly { get; set; }
public:
property String^ PathToAssembly {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_PathToAssembly ()
/** @property */
public void set_PathToAssembly (String value)
public function get PathToAssembly () : String
public function set PathToAssembly (value : String)
Eigenschaftenwert
Der Pfad der Assembly oder NULL (Nothing in Visual Basic), wenn die Assembly im Speicher generiert wurde.
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
CompilerResults-Klasse
CompilerResults-Member
System.CodeDom.Compiler-Namespace