示例#1
0
 public DerivedTypesEntryNode(TypeDefinition type, AssemblyDefinition[] assemblies)
 {
     this.type        = type;
     this.assemblies  = assemblies;
     this.LazyLoading = true;
     threading        = new ThreadingSupport();
 }
示例#2
0
 public DerivedTypesTreeNode(AssemblyList list, TypeDefinition type)
 {
     this.list        = list;
     this.type        = type;
     this.LazyLoading = true;
     this.threading   = new ThreadingSupport();
 }
示例#3
0
		public DerivedTypesEntryNode(TypeDef type, ModuleDef[] modules)
		{
			this.type = type;
			this.modules = modules;
			this.LazyLoading = true;
			threading = new ThreadingSupport();
		}
示例#4
0
		public DerivedTypesTreeNode(AssemblyList list, TypeDefinition type)
		{
			this.list = list;
			this.type = type;
			this.LazyLoading = true;
			this.threading = new ThreadingSupport();
		}
示例#5
0
 public DerivedTypesEntryNode(TypeDef type, ModuleDef[] modules)
 {
     this.type        = type;
     this.modules     = modules;
     this.LazyLoading = true;
     threading        = new ThreadingSupport();
 }
		public DerivedTypesEntryNode(TypeDefinition type, AssemblyDefinition[] assemblies)
		{
			this.type = type;
			this.assemblies = assemblies;
			this.LazyLoading = true;
			threading = new ThreadingSupport();
		}
示例#7
0
 public DerivedTypesTreeNode(DnSpyFileList list, TypeDef type)
 {
     this.list        = list;
     this.type        = type;
     this.LazyLoading = true;
     this.threading   = new ThreadingSupport();
 }
 public DerivedTypesEntryNode(TypeDefinition def, AssemblyDefinition[] assemblies)
 {
     this.def = def;
     this.assemblies = assemblies;
     threading = new ThreadingSupport();
 }
示例#9
0
		public DerivedTypesTreeNode(DnSpyFileList list, TypeDef type) {
			this.list = list;
			this.type = type;
			this.LazyLoading = true;
			this.threading = new ThreadingSupport();
		}