C# Class PowerStudio.Debugger.PowerShellModule

Inheritance: PowerStudio.DebugEngine.DebugModuleBase
显示文件 Open project: IntelliTect/PowerStudio

Public Methods

Method Description
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

Method Details

GetInfo() public method

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.
return int

IsUserCode() public method

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.
return int

PowerShellModule() public method

public PowerShellModule ( string fileName ) : System.Runtime.InteropServices
fileName string
return System.Runtime.InteropServices