Struct dotrust::coreclr::CoreClr [] [src]

pub struct CoreClr { /* fields omitted */ }

Methods

impl CoreClr
[src]

Creates a new CoreClr instance.

  • coreclr_library is the dotnet instance to use for initializing the CLR.
  • exe_path is the full path to the executable that is invoking this function.
  • friendly_name is the pretty name of the invoking executable.
  • properties is a map of properties to be passed to the CLR.

Returns the default domain ID for this instance of the CLR