Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFaizur Rahman <shrah@microsoft.com>2017-03-17 21:20:29 +0300
committerFaizur Rahman <shrah@microsoft.com>2017-03-30 21:48:26 +0300
commit8f3eee0fc92e1ba541df868ac72fecce4742c652 (patch)
tree695725003b63cab915e85bee665c020d2ace5b2c /src/ILCompiler.TypeSystem
parentfd4002e37c4183d355c31c1602b4192f7ddddc7e (diff)
ByValArray Marshaller
Marsahal fixed size arrays, ansi string, and unicode string.
Diffstat (limited to 'src/ILCompiler.TypeSystem')
-rw-r--r--src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj b/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
index 0a4a9de1f..d5eb8c465 100644
--- a/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
+++ b/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
@@ -371,6 +371,9 @@
<Compile Include="..\..\Common\src\TypeSystem\Interop\IL\NativeStructType.cs">
<Link>TypeSystem\Interop\IL\NativeStructType.cs</Link>
</Compile>
+ <Compile Include="..\..\Common\src\TypeSystem\Interop\IL\InlineArrayType.cs">
+ <Link>TypeSystem\Interop\IL\InlineArrayType.cs</Link>
+ </Compile>
<Compile Include="..\..\Common\src\TypeSystem\Interop\InteropTypes.cs">
<Link>TypeSystem\Interop\InteropTypes.cs</Link>
</Compile>