ClrAssembly.LoadFiles(String, Boolean) Method

Definition

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.

Applies to