此函式在传回一个已注册物件的参考。当你在客制化程序中需要直接存取一个已注册物件时是相当有用的。
This returns a reference to a registered object. This is useful from within a custom function when you need direct access to a registered object.
存取本机资料的函式可以是具决定性的。
资源争用资料包含每个同步处理事件的相关资讯,这类事件会造成程序码剖析应用程序中的函式等待存取资源。
Resource contention data includes information about every synchronization event that causes a function in the profiled application to wait for access to a resource.
静态建构函式并不使用存取修饰词,也没有参数。
A static constructor does not take access modifiers or have parameters.
静态成员会在第一次受到存取前,以及静态建构函式(如果有)受到呼叫之前进行初始化。
Static members are initialized before the static member is accessed for the first time and before the static constructor, if there is one, is called.
如果其他建构函式在此存取任何成员或呼叫成员函式,结果会是未定义的。
If those other constructors access any members or call member functions on this, the result will be undefined.
也就是说,只要程序码完全受到信任,就可以使用反映来存取和叫用私用建构函式、方法、栏位和属性。
That is, private constructors, methods, fields, and properties can be accessed and invoked using Reflection whenever the code is fully trusted.
也就是说,只要程序码完全受到信任,就可以使用反映来存取和叫用私用建构函式、方法、栏位和属性。
That is, private constructors, methods, fields, and properties can be accessed and invoked using Reflection whenever the code is fully trusted.
应用推荐