C# Class CsDebugScript.CodeGen.SymbolField

Class represents symbol field during debugging.
Afficher le fichier Open project: southpolenator/WinDbgCs

Méthodes publiques

Méthode Description
SymbolField ( Symbol parentType, IDiaSymbol symbol ) : System

Initializes a new instance of the SymbolField class.

Method Details

SymbolField() public méthode

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.
Résultat System