terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
IContextProperty.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Runtime.Remoting.Contexts
5
{
6
// Token: 0x0200036D RID: 877
7
[
ComVisible
(
true
)]
8
public
interface
IContextProperty
9
{
10
// Token: 0x17000366 RID: 870
11
// (get) Token: 0x06001D12 RID: 7442
12
string
Name
{
get
; }
13
14
// Token: 0x06001D13 RID: 7443
15
void
Freeze
(
Context
newContext
);
16
17
// Token: 0x06001D14 RID: 7444
18
bool
IsNewContextOK
(
Context
newCtx
);
19
}
20
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Runtime.Remoting.Contexts.Context
Definition
Context.cs:15
System.Runtime.Remoting.Contexts.IContextProperty.Freeze
void Freeze(Context newContext)
System.Runtime.Remoting.Contexts.IContextProperty.Name
string Name
Definition
IContextProperty.cs:12
System.Runtime.Remoting.Contexts.IContextProperty.IsNewContextOK
bool IsNewContextOK(Context newCtx)
System.Runtime.Remoting.Contexts.IContextProperty
Definition
IContextProperty.cs:9
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Runtime.Remoting.Contexts
Definition
Context.cs:10
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
Remoting
Contexts
IContextProperty.cs
Generated by
1.10.0