MetaData.ConvertCodeSourceStreamToAssemblyFile Method
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.
Compiles specified code source streams into a run-time assembly file.
public:
static void ConvertCodeSourceStreamToAssemblyFile(System::Collections::ArrayList ^ outCodeStreamList, System::String ^ assemblyPath, System::String ^ strongNameFilename);
public static void ConvertCodeSourceStreamToAssemblyFile (System.Collections.ArrayList outCodeStreamList, string assemblyPath, string strongNameFilename);
static member ConvertCodeSourceStreamToAssemblyFile : System.Collections.ArrayList * string * string -> unit
Public Shared Sub ConvertCodeSourceStreamToAssemblyFile (outCodeStreamList As ArrayList, assemblyPath As String, strongNameFilename As String)
Parameters
- assemblyPath
- String
The location where the new run-time assembly is generated.
Remarks
For additional information on strong names, see Strong-Named Assemblies.
Note
If a file with the specified name already exists, it is overwritten.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.