프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Interface | |||
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 |
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 |
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 |