将代码形式的C#转换为vb.net [英] convert code form C# to vb.net

查看:80
本文介绍了将代码形式的C#转换为vb.net的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有汽车控制系统项目,有一些用c#编写的代码
我想将其转换为vb.net2010

使用System.Runtime.InteropServices
[DllImport("inpout32.dll",EntryPoint ="Out32")]
public static extern void Output(int adress,int value);

I have car control system project there are some codes written in c#
and I want to convert it to vb.net2010

using System.Runtime.InteropServices
[DllImport("inpout32.dll", EntryPoint="Out32")]
public static extern void Output(int adress, int value);

推荐答案

checkout

http://converter.telerik.com/
checkout

Http://converter.telerik.com/


这篇关于将代码形式的C#转换为vb.net的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆