Download CrossNet

Description

CrossNet is a cross platform .NET Runtime.It parses .NET assemblies and generates unmanaged C++ code that can be compiled on any standard C++ compiler.More than 95% of the .NET 2.0 features are actually "emulated" in C++. CrossNet does *not* produce managed C++, the generate...

Source Files

The download file crossnet.zip has the following entries.


0.8.0.0/CSharpBenchmark/Benchmark.cs//from www.  j  ava2 s .c  o m
0.8.0.0/CSharpBenchmark/BinaryTreesTest.cs
0.8.0.0/CSharpBenchmark/CSharpBenchmark.csproj
0.8.0.0/CSharpBenchmark/CSharpBenchmark.csproj.vspscc
0.8.0.0/CSharpBenchmark/CastTest.cs
0.8.0.0/CSharpBenchmark/DictionaryTest.cs
0.8.0.0/CSharpBenchmark/EventsTest.cs
0.8.0.0/CSharpBenchmark/FannkuchTest.cs
0.8.0.0/CSharpBenchmark/ForeachOnArrayTest.cs
0.8.0.0/CSharpBenchmark/GcTest.cs
0.8.0.0/CSharpBenchmark/HashtableTest.cs
0.8.0.0/CSharpBenchmark/HeapSortTest.cs
0.8.0.0/CSharpBenchmark/InterfaceTest.cs
0.8.0.0/CSharpBenchmark/ListTest.cs
0.8.0.0/CSharpBenchmark/MatrixTest.cs
0.8.0.0/CSharpBenchmark/NSieveTest.cs
0.8.0.0/CSharpBenchmark/NestedLoopsTest.cs
0.8.0.0/CSharpBenchmark/PartialSumsTest.cs
0.8.0.0/CSharpBenchmark/Properties/AssemblyInfo.cs
0.8.0.0/CSharpBenchmark/RecursiveTest.cs
0.8.0.0/CSharpBenchmark/StringConcatenationTest.cs
0.8.0.0/CSharpBenchmark/UnsafeTest.cs
0.8.0.0/CSharpBenchmark/VirtualTest.cs
0.8.0.0/CplusplusBenchmark/BinaryTrees.cpp
0.8.0.0/CplusplusBenchmark/CplusplusBenchmark.vcproj
0.8.0.0/CplusplusBenchmark/CplusplusBenchmark.vcproj.vspscc
0.8.0.0/CplusplusBenchmark/Dictionary.cpp
0.8.0.0/CplusplusBenchmark/Fannkuch.cpp
0.8.0.0/CplusplusBenchmark/ForeachOnArray.cpp
0.8.0.0/CplusplusBenchmark/GC.cpp
0.8.0.0/CplusplusBenchmark/Heapsort.cpp
0.8.0.0/CplusplusBenchmark/Matrix.cpp
0.8.0.0/CplusplusBenchmark/NSieve.cpp
0.8.0.0/CplusplusBenchmark/NestedLoops.cpp
0.8.0.0/CplusplusBenchmark/PartialSums.cpp
0.8.0.0/CplusplusBenchmark/Recursive.cpp
0.8.0.0/CplusplusBenchmark/Unsafe.cpp
0.8.0.0/CplusplusBenchmark/Virtual.cpp
0.8.0.0/CplusplusBenchmark/dlmalloc.cpp
0.8.0.0/CplusplusBenchmark/dlmalloc.h
0.8.0.0/CplusplusBenchmark/main.cpp
0.8.0.0/CplusplusBenchmark/newdelete.cpp
0.8.0.0/CplusplusBenchmark/stdafx.cpp
0.8.0.0/CplusplusBenchmark/stdafx.h
0.8.0.0/CrossNetBenchmark/CrossNetBenchmark.cpp
0.8.0.0/CrossNetBenchmark/CrossNetBenchmark.vcproj
0.8.0.0/CrossNetBenchmark/CrossNetBenchmark.vcproj.vspscc
0.8.0.0/CrossNetBenchmark/ReadMe.txt
0.8.0.0/CrossNetBenchmark/csharpbenchmark_class_declaration.h
0.8.0.0/CrossNetBenchmark/csharpbenchmark_class_definition.h
0.8.0.0/CrossNetBenchmark/csharpbenchmark_method_definition.cpp
0.8.0.0/CrossNetBenchmark/dlmalloc.cpp
0.8.0.0/CrossNetBenchmark/dlmalloc.h
0.8.0.0/CrossNetBenchmark/newdelete.cpp
0.8.0.0/CrossNetBenchmark/stdafx.cpp
0.8.0.0/CrossNetBenchmark/stdafx.h
0.8.0.0/CrossNetParser/CSharpRuntime/CSharpExpressionGenerator.cs
0.8.0.0/CrossNetParser/CSharpRuntime/CSharpLocalTypeManager.cs
0.8.0.0/CrossNetParser/CSharpRuntime/CSharpNameFixup.cs
0.8.0.0/CrossNetParser/CSharpRuntime/CSharpReferenceGenerator.cs
0.8.0.0/CrossNetParser/CSharpRuntime/CSharpStatementGenerator.cs
0.8.0.0/CrossNetParser/CSharpRuntime/CSharpTypeGenerator.cs
0.8.0.0/CrossNetParser/CSharpRuntime/CSharpTypeInfo.cs
0.8.0.0/CrossNetParser/CSharpRuntime/CSharpTypeInfoFactory.cs
0.8.0.0/CrossNetParser/Common/AssemblyData.cs
0.8.0.0/CrossNetParser/Common/GeneratedData.cs
0.8.0.0/CrossNetParser/Common/LocalType.cs
0.8.0.0/CrossNetParser/Common/LocalTypeManager.cs
0.8.0.0/CrossNetParser/Common/ParsingInfo.cs
0.8.0.0/CrossNetParser/Common/StringData.cs
0.8.0.0/CrossNetParser/Common/TypeInfo.cs
0.8.0.0/CrossNetParser/Common/TypeInfoManager.cs
0.8.0.0/CrossNetParser/Common/Util.cs
0.8.0.0/CrossNetParser/CppRuntime/CppError.cs
0.8.0.0/CrossNetParser/CppRuntime/CppExpressionGenerator.cs
0.8.0.0/CrossNetParser/CppRuntime/CppLocalTypeManager.cs
0.8.0.0/CrossNetParser/CppRuntime/CppNameFixup.cs
0.8.0.0/CrossNetParser/CppRuntime/CppReferenceGenerator.cs
0.8.0.0/CrossNetParser/CppRuntime/CppStatementGenerator.cs
0.8.0.0/CrossNetParser/CppRuntime/CppTypeGenerator.cs
0.8.0.0/CrossNetParser/CppRuntime/CppTypeInfo.cs
0.8.0.0/CrossNetParser/CppRuntime/CppTypeInfoFactory.cs
0.8.0.0/CrossNetParser/CppRuntime/CppUtil.cs
0.8.0.0/CrossNetParser/CppRuntime/StringPool.cs
0.8.0.0/CrossNetParser/CrossNetParser.csproj
0.8.0.0/CrossNetParser/CrossNetParser.csproj.vspscc
0.8.0.0/CrossNetParser/Interfaces/IExpressionGenerator.cs
0.8.0.0/CrossNetParser/Interfaces/ILocalTypeManager.cs
0.8.0.0/CrossNetParser/Interfaces/INameFixup.cs
0.8.0.0/CrossNetParser/Interfaces/IReferenceGenerator.cs
0.8.0.0/CrossNetParser/Interfaces/IStatementGenerator.cs
0.8.0.0/CrossNetParser/Interfaces/ITypeGenerator.cs
0.8.0.0/CrossNetParser/Interfaces/ITypeInfo.cs
0.8.0.0/CrossNetParser/Interfaces/ITypeInfoFactory.cs
0.8.0.0/CrossNetParser/Net/LanguageManager.cs
0.8.0.0/CrossNetParser/Net/Provider.cs
0.8.0.0/CrossNetParser/Properties/AssemblyInfo.cs
0.8.0.0/CrossNetParser/ReadMe.txt
0.8.0.0/CrossNetParser/license.txt
0.8.0.0/CrossNetRuntime/CrossNetRuntime.vcproj
0.8.0.0/CrossNetRuntime/CrossNetRuntime.vcproj.vspscc
0.8.0.0/CrossNetRuntime/ReadMe.txt
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/Assert.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/CrossNetRuntime.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/Defines.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/GC/GCAllocator.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/GC/GCManager.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/InitOptions.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/InterfaceMapper.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/Internal/BaseStruct.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/Internal/BaseTypes.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/Internal/Box.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/Internal/Cast.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/Internal/EnumWrapper.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/Internal/IInterface.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/Internal/NewDelete.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/Internal/PointerWrapper.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/Internal/Primitives.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/Internal/Tracer.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/Internal/Typeof.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/Internal/__Math__.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/StringPooler.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/Array.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/CharEnumerator.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/Collections/Generic/ICollection__G1.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/Collections/Generic/IEnumerable__G1.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/Collections/Generic/IEnumerator__G1.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/Collections/Generic/IList__G1.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/Collections/ICollection.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/Collections/IEnumerable.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/Collections/IEnumerator.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/Collections/IList.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/Decimal.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/Delegate.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/Globalization/NumberStyles.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/ICloneable.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/IComparable.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/IComparable__G1.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/IDisposable.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/IEquatable__G1.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/IFormattable.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/MulticastDelegate.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/Object.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/String.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/StringComparison.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/Text/StringBuilder.h
0.8.0.0/CrossNetRuntime/includes/CrossNetRuntime/System/ValueType.h
0.8.0.0/CrossNetRuntime/license.txt
0.8.0.0/CrossNetRuntime/sources/CrossNetRuntime.cpp
0.8.0.0/CrossNetRuntime/sources/GC/GCAllocator.cpp
0.8.0.0/CrossNetRuntime/sources/GC/GCManager.cpp
0.8.0.0/CrossNetRuntime/sources/InterfaceMapper.cpp
0.8.0.0/CrossNetRuntime/sources/StringPooler.cpp
0.8.0.0/CrossNetRuntime/sources/System/CharEnumerator.cpp
0.8.0.0/CrossNetRuntime/sources/System/Collections/ICollection.cpp
0.8.0.0/CrossNetRuntime/sources/System/Collections/IEnumerable.cpp
0.8.0.0/CrossNetRuntime/sources/System/Collections/IEnumerator.cpp
0.8.0.0/CrossNetRuntime/sources/System/Collections/IList.cpp
0.8.0.0/CrossNetRuntime/sources/System/Decimal.cpp
0.8.0.0/CrossNetRuntime/sources/System/Delegate.cpp
0.8.0.0/CrossNetRuntime/sources/System/ICloneable.cpp
0.8.0.0/CrossNetRuntime/sources/System/IComparable.cpp
0.8.0.0/CrossNetRuntime/sources/System/IDisposable.cpp
0.8.0.0/CrossNetRuntime/sources/System/IFormattable.cpp
0.8.0.0/CrossNetRuntime/sources/System/MulticastDelegate.cpp
0.8.0.0/CrossNetRuntime/sources/System/Object.cpp
0.8.0.0/CrossNetRuntime/sources/System/String.cpp
0.8.0.0/CrossNetRuntime/sources/System/Text/StringBuilder.cpp
0.8.0.0/Reflector.CrossNet/Package.cs
0.8.0.0/Reflector.CrossNet/Properties/AssemblyInfo.cs
0.8.0.0/Reflector.CrossNet/ReadMe.txt
0.8.0.0/Reflector.CrossNet/Reflector.CrossNet.csproj
0.8.0.0/Reflector.CrossNet/Reflector.CrossNet.csproj.vspscc
0.8.0.0/Reflector.CrossNet/example.xml
0.8.0.0/Reflector.CrossNet/license.txt
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml

Download

Click the following link to download crossnet.zip.

crossnet.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML