forked from richardblynd/maxwellbiostweaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CE01B.cs
78 lines (70 loc) · 1.39 KB
/
CE01B.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
// 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;
internal class CE01B : CE000
{
private new const int FE000 = 0;
private const int FE001 = 1;
private const int FE002 = 2;
private const int FE003 = 4;
private readonly int FE004;
public string PE000
{
get
{
return CE027.E002(base.E001, base.E000, this.FE004);
}
}
public byte PE001
{
get
{
return base.E001[base.E000];
}
set
{
base.E001[base.E000] = value;
}
}
public byte PE002
{
get
{
return base.E001[base.E000 + 1];
}
set
{
base.E001[base.E000 + 1] = value;
}
}
public ushort PE003
{
get
{
return BitConverter.ToUInt16(base.E001, base.E000 + 2);
}
set
{
CE027.E004(value, base.E001, base.E000 + 2);
}
}
public ushort PE004
{
get
{
return BitConverter.ToUInt16(base.E001, base.E000 + 4);
}
set
{
CE027.E004(value, base.E001, base.E000 + 4);
}
}
public CE01B(byte[] param0, int param1, int param2)
: base(param0, param1)
{
this.FE004 = param2;
}
}