C# Класс PoshInternals.HookInterface

Наследование: System.MarshalByRefObject
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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