コード例 #1
0
 /// <summary>
 /// Prepares benchmark item for usage
 /// </summary>
 protected override void OnPrepare()
 {
     Proxy = RuntimeFieldProxy.Create(typeof(TestClass).GetField("PublicField"));
 }
コード例 #2
0
 /// <summary>
 /// Prepares benchmark item for usage
 /// </summary>
 protected override void OnPrepare()
 {
     Proxy = RuntimeFieldProxy.Create(typeof(string).GetField("Empty"));
 }