C# 클래스 PowerStudio.Debugger.PowerShellModule

상속: PowerStudio.DebugEngine.DebugModuleBase
파일 보기 프로젝트 열기: IntelliTect/PowerStudio

공개 메소드들

메소드 설명
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