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