Class DebugLocalInfo
Inheritance
System.Object
DebugLocalInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cosmos.VS.DebugEngine.AD7.Impl
Assembly: Cosmos.VS.DebugEngine.dll
Syntax
public class DebugLocalInfo
Properties
| Improve this Doc View SourceChildren
Declaration
public List<IDebugProperty2> Children { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IDebugProperty2> |
Index
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsLocal
Declaration
public bool IsLocal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsReference
Declaration
public bool IsReference { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Offset
Declaration
public int Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Pointer
Declaration
public uint Pointer { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |