Method GetOrCreateBareDyLib
GetOrCreateBareDyLib(LazyEncodedString)
Gets an existing JITDyLib or creates a new one
public JITDyLib GetOrCreateBareDyLib(LazyEncodedString name)
Parameters
name
LazyEncodedStringname of the library
Returns
- JITDyLib
The dynamic lib for the name
Remarks
This does not populate any symbols for the library when creating a new one. All configuration is the responsibility of the caller.