Interface IPHWin
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for Windows process helper. This should be implemented as a class with an Init method.
public interface IPHWin
- Extension Methods
Methods
Code(string)
Executes the specified code.
void Code(string code)
Parameters
codestringThe code to execute.