C# Class Emby.Kodi.SyncQueue.EmbeddedAssembly

Mostrar archivo Open project: faush01/Emby.Kodi.SyncQueue

Public Methods

Method Description
Get ( string assemblyFullName ) : Assembly
Load ( string embeddedResource, string fileName ) : void

Method Details

Get() public static method

public static Get ( string assemblyFullName ) : Assembly
assemblyFullName string
return System.Reflection.Assembly

Load() public static method

public static Load ( string embeddedResource, string fileName ) : void
embeddedResource string
fileName string
return void