Skip to content

Commit

Permalink
Add basic implementation of the ComWrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Feb 7, 2021
1 parent fbcc4ad commit 476636a
Show file tree
Hide file tree
Showing 3 changed files with 388 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3097,4 +3097,7 @@
<data name="Argv_IncludeDoubleQuote" xml:space="preserve">
<value>The argv[0] argument cannot include a double quote.</value>
</data>
<data name="InvalidOperation_ResetGlobalComWrappersInstance" xml:space="preserve">
<value>Attempt to update previously set global instance.</value>
</data>
</root>
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
<Compile Include="System\Runtime\TypeLoaderExports.cs" />
<Compile Include="System\Runtime\InitializeFinalizerThread.cs" />
<Compile Include="System\Runtime\InteropServices\ComEventsHelper.CoreRT.cs" Condition="'$(FeatureCominterop)' == 'true'" />
<Compile Include="System\Runtime\InteropServices\ComWrappers.CoreRT.cs" Condition="'$(FeatureComWrappers)' == 'true'" />
<Compile Include="System\Runtime\InteropServices\GCHandle.CoreRT.cs" />
<Compile Include="System\Runtime\InteropServices\InteropExtensions.cs" />
<Compile Include="System\Runtime\InteropServices\NativeFunctionPointerWrapper.cs" />
Expand Down
Loading

0 comments on commit 476636a

Please sign in to comment.