forked from richardblynd/maxwellbiostweaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CE01E.cs
59 lines (52 loc) · 1.42 KB
/
CE01E.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
// Decompiled with JetBrains decompiler
// Type:
// Assembly: MaxwellBiosTweaker, Version=1.3.6.0, Culture=neutral, PublicKeyToken=null
// MVID: 18FF3EAF-C0B5-4490-9850-453411C15390
// Assembly location: D:\Instalações\Placa de Vídeo\Overclock\gtx-970-980-power-limiter-mod\Maxwe ll Bios Tweaker 1.36\MaxwellBiosTweaker.exe
using System.Collections.Generic;
internal class CE01E : CE000
{
private new const int FE000 = 0;
private readonly uint FE001;
private readonly uint FE002;
private readonly uint FE003;
private readonly uint FE004;
public readonly List<CE01D> FE005;
public string PE000
{
get
{
return CE027.E002(base.E001, base.E000, (int) this.FE001);
}
}
public byte PE001
{
get
{
return (byte) (15U - base.E001[base.E000]);
}
}
public bool PE002
{
get
{
return base.E001[base.E000] == byte.MaxValue;
}
}
public CE01E(byte[] param0, int param1, uint param2, uint param3, uint param4)
: base(param0, param1)
{
this.FE001 = param2;
this.FE002 = param3;
this.FE003 = param4;
this.FE004 = param2 + param3 * param4;
this.FE005 = this.E000();
}
private List<CE01D> E000()
{
List<CE01D> list = new List<CE01D>();
for (int index = 0; (long) index < (long) this.FE002; ++index)
list.Add(new CE01D(base.E001, base.E000 + (int) this.FE001 + index * (int) this.FE003, (int) this.FE003));
return list;
}
}