JAVA包转.NET包后,使用失败

使用IKVMC 将jjava的包转换成C#的包,然后在c#代码里面使用的时候报错 Method not found: 'Void System.IO.FileStream..ctor()‘’
异常代码:Method not found: 'Void System.IO.FileStream..ctor(System.String, System.IO.FileMode, System.Security.AccessControl.FileSystemRights, System.IO.FileShare, Int32, System.IO.FileOptions)'.
Method not found: 'Void System.IO.FileStream..ctor(System.String, System.IO.FileMode, System.Security.AccessControl.FileSystemRights, System.IO.FileShare, Int32, System.IO.FileOptions)'.
我百度了,感觉应该就是转换的dll找java的包的时候打不开,但是我反编译dll发现jar文件是自动集成在了dll里面的。所以不知道是怎么打开失败了
能正常使用jar文件转成的dll

谢谢好心的人回答

有大佬路过的吗,谢谢解答一下

路过
用过但是想不起来了

你先看看 ctor 是什么https://www.cnblogs.com/better-than-ever/p/3291520.html,然后再去找解决方案