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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.