ClrAssembly.LoadFiles(String, Boolean) 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.
Loads a managed assembly with or without attendant debug information.
public void LoadFiles (string mainFilePath, bool loadPdbs);
member this.LoadFiles : string * bool -> unit
Public Sub LoadFiles (mainFilePath As String, loadPdbs As Boolean)
Parameters
- mainFilePath
- String
A fully articulated path to the main file for loading.
- loadPdbs
- Boolean
This Boolean controls whether or not to load the debug information.