From c782c4d668c40233ea6e670b013883d59cdce7f9 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 5 Apr 2017 16:25:38 -0700 Subject: [PATCH] src: dotnet: add Service class --- build/VStudio/winfsp.net.csproj | 3 + src/dotnet/Interop.cs | 86 ++++++++++++++++++++- src/dotnet/Service.cs | 128 ++++++++++++++++++++++++++++++++ 3 files changed, 216 insertions(+), 1 deletion(-) create mode 100644 src/dotnet/Service.cs diff --git a/build/VStudio/winfsp.net.csproj b/build/VStudio/winfsp.net.csproj index 49c274c4..d0c4ee45 100644 --- a/build/VStudio/winfsp.net.csproj +++ b/build/VStudio/winfsp.net.csproj @@ -50,6 +50,9 @@ Interop.cs + + Service.cs +