Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
RuntimeLocalVariableInfo.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
internal
sealed
class
RuntimeLocalVariableInfo
:
LocalVariableInfo
4
{
5
private
RuntimeType
_type
;
6
7
private
int
_localIndex
;
8
9
private
bool
_isPinned
;
10
11
public
override
Type
LocalType
=>
_type
;
12
13
public
override
int
LocalIndex
=>
_localIndex
;
14
15
public
override
bool
IsPinned
=>
_isPinned
;
16
17
private
RuntimeLocalVariableInfo
()
18
{
19
}
20
}
System.Reflection.LocalVariableInfo
Definition
LocalVariableInfo.cs:4
System.Reflection.RuntimeLocalVariableInfo._type
RuntimeType _type
Definition
RuntimeLocalVariableInfo.cs:5
System.Reflection.RuntimeLocalVariableInfo.RuntimeLocalVariableInfo
RuntimeLocalVariableInfo()
Definition
RuntimeLocalVariableInfo.cs:17
System.Reflection.RuntimeLocalVariableInfo.IsPinned
override bool IsPinned
Definition
RuntimeLocalVariableInfo.cs:15
System.Reflection.RuntimeLocalVariableInfo.LocalIndex
override int LocalIndex
Definition
RuntimeLocalVariableInfo.cs:13
System.Reflection.RuntimeLocalVariableInfo._localIndex
int _localIndex
Definition
RuntimeLocalVariableInfo.cs:7
System.Reflection.RuntimeLocalVariableInfo._isPinned
bool _isPinned
Definition
RuntimeLocalVariableInfo.cs:9
System.Reflection.RuntimeLocalVariableInfo.LocalType
override Type LocalType
Definition
RuntimeLocalVariableInfo.cs:11
System.Reflection.RuntimeLocalVariableInfo
Definition
RuntimeLocalVariableInfo.cs:4
System.RuntimeType
Definition
RuntimeType.cs:16
System.Type
Definition
Type.cs:14
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Private.CoreLib
System.Reflection
RuntimeLocalVariableInfo.cs
Generated by
1.10.0