C# Class PoshInternals.HookInterface

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: adamdriscoll/PoshInternals Class Usage Examples

Méthodes publiques

Свойство Type Description
Runspace System.Management.Automation.Runspaces.Runspace

Méthodes publiques

Méthode 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 ( Int32 InClientPID, Exception e ) : void
WriteHost ( string e ) : void

Method Details

CreateServer() public static méthode

public static CreateServer ( ) : System.Runtime.Remoting.Channels.Ipc.IpcServerChannel
Résultat System.Runtime.Remoting.Channels.Ipc.IpcServerChannel

Inject() public static méthode

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
Résultat void

ReportError() public méthode

public ReportError ( Int32 InClientPID, Exception e ) : void
InClientPID System.Int32
e System.Exception
Résultat void

WriteHost() public méthode

public WriteHost ( string e ) : void
e string
Résultat void

Property Details

Runspace public_oe property

public Runspace,System.Management.Automation.Runspaces Runspace
Résultat System.Management.Automation.Runspaces.Runspace