Skip to main content

assembly

Function assembly 

Source
pub fn assembly(name: &str) -> Option<Arc<Assembly>>
Expand description

Retrieves an assembly by name.

The name may be provided with or without the .dll suffix.

Returns a cheap Arc clone if the assembly exists in the hydrated cache.