src: dotnet: WIP

This commit is contained in:
Bill Zissimopoulos
2017-04-07 12:31:51 -07:00
parent 9a02a46cf4
commit 33f5b8c05b
3 changed files with 32 additions and 36 deletions

View File

@ -96,6 +96,10 @@ namespace Fsp
Api.FspServiceSetExitCode(_Service, (UInt32)value);
}
}
public IntPtr ServiceHandle
{
get { return _Service; }
}
public static void Log(UInt32 Type, String Message)
{
Api.FspServiceLog(Type, "%s", Message);