C# 클래스 PoshInternals.HookInterface

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: adamdriscoll/PoshInternals 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Runspace System.Management.Automation.Runspaces.Runspace

공개 메소드들

메소드 설명
CreateServer ( ) : System.Runtime.Remoting.Channels.Ipc.IpcServerChannel
Inject ( int pid, string entryPoint, string dll, string typeName, string scriptBlock, string modulePath, string additionalCode, bool log ) : void
ReportError ( Int32 InClientPID, Exception e ) : void
WriteHost ( string e ) : void

메소드 상세

CreateServer() 공개 정적인 메소드

public static CreateServer ( ) : System.Runtime.Remoting.Channels.Ipc.IpcServerChannel
리턴 System.Runtime.Remoting.Channels.Ipc.IpcServerChannel

Inject() 공개 정적인 메소드

public static Inject ( int pid, string entryPoint, string dll, string typeName, string scriptBlock, string modulePath, string additionalCode, bool log ) : void
pid int
entryPoint string
dll string
typeName string
scriptBlock string
modulePath string
additionalCode string
log bool
리턴 void

ReportError() 공개 메소드

public ReportError ( Int32 InClientPID, Exception e ) : void
InClientPID System.Int32
e System.Exception
리턴 void

WriteHost() 공개 메소드

public WriteHost ( string e ) : void
e string
리턴 void

프로퍼티 상세

Runspace 공개적으로 프로퍼티

public Runspace,System.Management.Automation.Runspaces Runspace
리턴 System.Management.Automation.Runspaces.Runspace