C# Класс PowerStudio.Debugger.PowerShellModule

Наследование: PowerStudio.DebugEngine.DebugModuleBase
Показать файл Открыть проект

Открытые методы

Метод Описание
GetInfo ( enum_MODULE_INFO_FIELDS dwFields, MODULE_INFO pinfo ) : int

Gets information about this module.

IsUserCode ( int &pfUser ) : int

Retrieves information on whether the module represents user code or not.

PowerShellModule ( string fileName ) : System.Runtime.InteropServices

Описание методов

GetInfo() публичный Метод

Gets information about this module.
public GetInfo ( enum_MODULE_INFO_FIELDS dwFields, MODULE_INFO pinfo ) : int
dwFields enum_MODULE_INFO_FIELDS A combination of flags from the MODULE_INFO_FIELDS enumeration that specify which fields of pInfo are to be filled out.
pinfo MODULE_INFO A MODULE_INFO structure that is filled in with a description of the module.
Результат int

IsUserCode() публичный Метод

Retrieves information on whether the module represents user code or not.
public IsUserCode ( int &pfUser ) : int
pfUser int Nonzero (TRUE) if module represents user code, zero (FALSE) if it does not.
Результат int

PowerShellModule() публичный Метод

public PowerShellModule ( string fileName ) : System.Runtime.InteropServices
fileName string
Результат System.Runtime.InteropServices