コード例 #1
0
 internal CodeSourceProviderManager(CodePlugin aPlugin, IPlatformIdAllocator aIdAllocator)
 {
     iPlugin             = aPlugin;
     iIdAllocator        = aIdAllocator;
     iInstructionLibrary = new ArmLibrary();
     //
     iProviders.Load(new object[] { this });
 }
コード例 #2
0
 public CodeSourceManager(CodePlugin aPlugin)
 {
     iPlugin = aPlugin;
 }
コード例 #3
0
 public CodeRelocator(CodePlugin aPlugin)
 {
     iPlugin = aPlugin;
 }