C# Class CsDebugScript.CodeGen.SymbolField

Class represents symbol field during debugging.
Exibir arquivo Open project: southpolenator/WinDbgCs

Public Methods

Method Description
SymbolField ( Symbol parentType, IDiaSymbol symbol ) : System

Initializes a new instance of the SymbolField class.

Method Details

SymbolField() public method

Initializes a new instance of the SymbolField class.
public SymbolField ( Symbol parentType, IDiaSymbol symbol ) : System
parentType Symbol The parent type.
symbol IDiaSymbol The DIA symbol.
return System