7 [__DynamicallyInvokable]
10 private RuntimeType m_type;
12 private int m_isPinned;
14 private int m_localIndex;
18 [__DynamicallyInvokable]
21 [__DynamicallyInvokable]
31 [__DynamicallyInvokable]
34 [__DynamicallyInvokable]
37 return m_isPinned != 0;
43 [__DynamicallyInvokable]
46 [__DynamicallyInvokable]
54 [__DynamicallyInvokable]
61 [__DynamicallyInvokable]
virtual bool IsPinned
Gets a T:System.Boolean value that indicates whether the object referred to by the local variable is ...
override string ToString()
Returns a String representing the name of the current Type.
override string ToString()
Returns a user-readable string that describes the local variable.
virtual Type LocalType
Gets the type of the local variable.
Represents type declarations: class types, interface types, array types, value types,...
Discovers the attributes of a local variable and provides access to local variable metadata.
LocalVariableInfo()
Initializes a new instance of the T:System.Reflection.LocalVariableInfo class.
virtual int LocalIndex
Gets the index of the local variable within the method body.