由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Windows版 - test C# lib with developed by others in visual studio 2013
相关主题
Re: help, cable modem 上网Re: 安装正版visual studio.net ,结果出现了问题。
How to implement mirror sitesRe: how to covert image to text?
What is winmodemVSS and VS.NET integration?
rules in outlook: how to implement "and"要写 Visual C 下的 DLL 东西
Re: Any good visualization tools?安装visual studio.net pro 2002求助
Re: 一个土问题:怎样比较两个文件是不是完全一样VisualC++的compiler是不是也不是free的?
Re: [转载] Windows XP下安装MS Visual .NET时遇到Buffer overrun问题。。有64位版的SQL SERVER 2005和OFFICE吗?
Re: 在win2000(中文版)中安装visual studio 7.0 net 老是安装不了.VC++ 6.0 with Vista
相关话题的讨论汇总
话题: lib话题: c#话题: test话题: dll话题: visual
进入Windows版参与讨论
1 (共1页)
l******9
发帖数: 579
1
I would like to test a C# dll lib developed by others in visual studio 2013
on win 7.
The lib has 15 C# files that have many (30+) definitions of C# class and
functions.
In the main() of my test project, I do not know what classes that need to be
implemented ? And what functions should be called to test the dll lib ?
using the_lib_needed_to_be_tested;
namespace test_pos
{
class Program
{
static void Main(string[] args)
{
// what classes that need to be implemented ?
// what functions should be called to test the dll lib ?
}
}
}
Thanks !
1 (共1页)
进入Windows版参与讨论
相关主题
VC++ 6.0 with VistaRe: Any good visualization tools?
我的笔记本电脑CPU为什么老高负荷运转?Re: 一个土问题:怎样比较两个文件是不是完全一样
visual PC 2007 不支持Vista Home版本?Re: [转载] Windows XP下安装MS Visual .NET时遇到Buffer overrun问题。。
[合集] Visual Studio 2005 Express Editions FREE (转载)Re: 在win2000(中文版)中安装visual studio 7.0 net 老是安装不了.
Re: help, cable modem 上网Re: 安装正版visual studio.net ,结果出现了问题。
How to implement mirror sitesRe: how to covert image to text?
What is winmodemVSS and VS.NET integration?
rules in outlook: how to implement "and"要写 Visual C 下的 DLL 东西
相关话题的讨论汇总
话题: lib话题: c#话题: test话题: dll话题: visual