14 |
public GenericMemoryProvider(IConfigPlugin config, Process process) : base(config,process) { } |
public GenericMemoryProvider(IConfigPlugin config, Process process) : base(config,process) { } |
15 |
public GenericMemoryProvider(IAcceptsProcessAndConfig config) : base(config) { } |
public GenericMemoryProvider(IAcceptsProcessAndConfig config) : base(config) { } |
16 |
} |
} |
|
|
|
|
#region MemoryScanner-r204 |
|
|
namespace r204 |
|
|
{ |
|
|
public class GenericMemoryProvider : Sojaner.MemoryScanner.MemoryProviers.r204.BaseMemoryProvider |
|
|
{ |
|
|
public GenericMemoryProvider() : base() { } |
|
|
public GenericMemoryProvider(IConfigPlugin config) : base(config) { } |
|
|
public GenericMemoryProvider(IConfigPlugin config, Process process) : base(config, process) { } |
|
|
public GenericMemoryProvider(IAcceptsProcessAndConfig config) : base(config) { } |
|
|
} |
|
|
} |
|
|
#endregion |
|
17 |
} |
} |