Click here to Skip to main content
15,896,450 members
Articles / Programming Languages / C#

Collections Interoperability

Rate me:
Please Sign up or sign in to vote.
4.18/5 (5 votes)
23 May 20052 min read 40.9K   985   25  
This article describes how to move collections between native and managed code.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSafearray", "TestSafearray\TestSafearray.vcproj", "{2432E292-0106-416D-B2EB-4B833797D08A}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestSafearrayPS", "TestSafearray\TestSafearrayPS.vcproj", "{311497A5-4476-4090-BCE5-368E54D9C035}"
	ProjectSection(ProjectDependencies) = postProject
		{2432E292-0106-416D-B2EB-4B833797D08A} = {2432E292-0106-416D-B2EB-4B833797D08A}
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsApplication1", "WindowsApplication1\WindowsApplication1.csproj", "{47756A7B-1801-4297-99C7-CE73273A47C1}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(DPCodeReviewSolutionGUID) = preSolution
		DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
	EndGlobalSection
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{2432E292-0106-416D-B2EB-4B833797D08A}.Debug.ActiveCfg = Debug|Win32
		{2432E292-0106-416D-B2EB-4B833797D08A}.Debug.Build.0 = Debug|Win32
		{2432E292-0106-416D-B2EB-4B833797D08A}.Release.ActiveCfg = Release|Win32
		{2432E292-0106-416D-B2EB-4B833797D08A}.Release.Build.0 = Release|Win32
		{311497A5-4476-4090-BCE5-368E54D9C035}.Debug.ActiveCfg = Debug|Win32
		{311497A5-4476-4090-BCE5-368E54D9C035}.Release.ActiveCfg = Release|Win32
		{47756A7B-1801-4297-99C7-CE73273A47C1}.Debug.ActiveCfg = Debug|.NET
		{47756A7B-1801-4297-99C7-CE73273A47C1}.Debug.Build.0 = Debug|.NET
		{47756A7B-1801-4297-99C7-CE73273A47C1}.Release.ActiveCfg = Release|.NET
		{47756A7B-1801-4297-99C7-CE73273A47C1}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Israel Israel
6 years C++ and .NET programer in Nice Systems

Comments and Discussions