Exemplo n.º 1
0
 public static TExt Load <TExt>(T baseApi, SearchPathContainer paths)
     where TExt : NativeExtension <T>
 {
     return(LibraryLoader.Load <TExt, T>(baseApi, paths));
 }
Exemplo n.º 2
0
 public static TExt Load <TExt>(T baseApi)
     where TExt : NativeExtension <T>
 {
     return(LibraryLoader.Load <TExt, T>(baseApi));
 }
Exemplo n.º 3
0
 public static T Load(SearchPathContainer paths, Ultz.SuperInvoke.Loader.LibraryLoader loader)
 {
     return(LibraryLoader.Load <T>(paths, loader));
 }
Exemplo n.º 4
0
 public static T Load(SearchPathContainer paths)
 {
     return(LibraryLoader.Load <T>(paths));
 }
Exemplo n.º 5
0
 public static T Load(SearchPathContainer paths, ISymbolLoader loader)
 {
     return(LibraryLoader.Load <T>(paths, loader));
 }