Skip to content

Instantly share code, notes, and snippets.

@yannisgu
Created April 12, 2014 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yannisgu/10531402 to your computer and use it in GitHub Desktop.
Save yannisgu/10531402 to your computer and use it in GitHub Desktop.
public class CustomPlugin
{
public string PluginName { get; }
public IEnumerable<string> PackageProviderNames { get; }
public void InitPlugin(Func<string, IEnumerable<object>, object> c)
public object CreatePackageProvider(string name)
public void DisposePlugin()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment