Ejemplo n.º 1
0
        public void Emit()
        {
            TestBechmark instance = new TestBechmark();

            EmitSetString(instance, "123456789");
        }
Ejemplo n.º 2
0
        public void Dynamic()
        {
            TestBechmark instance = new TestBechmark();

            RunDynamic(instance);
        }
Ejemplo n.º 3
0
        public void Reflect()
        {
            TestBechmark instance = new TestBechmark();

            NameInfo.SetValue(instance, "123456789");
        }
Ejemplo n.º 4
0
        public void Origin()
        {
            TestBechmark instance = new TestBechmark();

            instance.Name = "123456789";
        }