C# 클래스 PoshInternals.HookInjection

상속: EasyHook.IEntryPoint
파일 보기 프로젝트 열기: adamdriscoll/PoshInternals

공개 프로퍼티들

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

공개 메소드들

메소드 설명
HookInjection ( RemoteHooking InContext, String InChannelName, String entryPoint, String dll, String returnType, String scriptBlock, String modulePath, String additionalCode, bool eventLog ) : System
Run ( RemoteHooking InContext, String channelName, String entryPoint, String dll, String returnType, String scriptBlock, String modulePath, String additionalCode, bool eventLog ) : void

비공개 메소드들

메소드 설명
Log ( string message, bool shouldLog ) : void

메소드 상세

HookInjection() 공개 메소드

public HookInjection ( RemoteHooking InContext, String InChannelName, String entryPoint, String dll, String returnType, String scriptBlock, String modulePath, String additionalCode, bool eventLog ) : System
InContext RemoteHooking
InChannelName String
entryPoint String
dll String
returnType String
scriptBlock String
modulePath String
additionalCode String
eventLog bool
리턴 System

Run() 공개 메소드

public Run ( RemoteHooking InContext, String channelName, String entryPoint, String dll, String returnType, String scriptBlock, String modulePath, String additionalCode, bool eventLog ) : void
InContext RemoteHooking
channelName String
entryPoint String
dll String
returnType String
scriptBlock String
modulePath String
additionalCode String
eventLog bool
리턴 void

프로퍼티 상세

Interface 공개적으로 프로퍼티

public HookInterface,PoshInternals Interface
리턴 HookInterface

Runspace 공개적으로 프로퍼티

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