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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.