C# Class PoshInternals.HookInjection

Inheritance: EasyHook.IEntryPoint
Afficher le fichier Open project: adamdriscoll/PoshInternals

Méthodes publiques

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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Log ( string message, bool shouldLog ) : void

Method Details

HookInjection() public méthode

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

Run() public méthode

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

Property Details

Interface public_oe property

public HookInterface,PoshInternals Interface
Résultat HookInterface

Runspace public_oe property

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