Property | Type | Description | |
---|---|---|---|
Runspace | System.Management.Automation.Runspaces.Runspace |
Method | Description | |
---|---|---|
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 ( |
||
WriteHost ( string e ) : void |
public static CreateServer ( ) : System.Runtime.Remoting.Channels.Ipc.IpcServerChannel | ||
return | System.Runtime.Remoting.Channels.Ipc.IpcServerChannel |
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 | |
return | void |
public ReportError ( |
||
InClientPID | ||
e | ||
return | void |