相关疑难解决方法(0)

CLR在哪里存储一种类型实例的方法

class MyClass
{
     public string MyProperty { get; set; }

     public void MyMethod()
     {
          //Do something difficult here
          //100500 lines of code here ...
     }
}
Run Code Online (Sandbox Code Playgroud)

我们有很多例子MyClass.

CLR是否MyMethod() 为类的任何实例创建了这个内存非常昂贵的内容

.net c# clr

2
推荐指数
1
解决办法
116
查看次数

标签 统计

.net ×1

c# ×1

clr ×1