Contains the results from loading an Assembly plugin.
示例#1
0
 private AssemblyPluginLoader(string blockName)
 {
     _results   = new AssemblyPluginLoadResults();
     _blockName = blockName;
 }
 private AssemblyPluginLoader(string blockName)
 {
     _results = new AssemblyPluginLoadResults();
     _blockName = blockName;
 }