コード例 #1
0
 public override double RenamedOverriddenMethod(object arg)
 {
     return(TestUtil.CalcTestValue(new Guid("77382ed3-feec-4d49-bd6e-d1d590827c35"), "RenamedOverriddenMethod", arg));
 }
コード例 #2
0
 [NoScriptAccess] public double BlockedMethod(object arg)
 {
     return(TestUtil.CalcTestValue(new Guid("9e890478-709c-4e42-be5f-c4e291572a17"), "BlockedMethod", arg));
 }
コード例 #3
0
 public double BlockedInterfaceMethod(object arg)
 {
     return(TestUtil.CalcTestValue(new Guid("0eb4c085-808d-40ec-9117-214084222b75"), "BlockedInterfaceMethod", arg));
 }
コード例 #4
0
 [NoScriptAccess] public double BlockedBaseMethod(object arg)
 {
     return(TestUtil.CalcTestValue(new Guid("9bf4c32d-1394-4546-a150-eb162b3bbb5f"), "BlockedBaseMethod", arg));
 }
コード例 #5
0
 [ScriptMember("renamedBaseMethod")] public double RenamedBaseMethod(object arg)
 {
     return(TestUtil.CalcTestValue(new Guid("460c0b65-56e6-4174-9331-905d417df885"), "RenamedBaseMethod", arg));
 }
コード例 #6
0
 public static double BaseExtensionMethod(this BaseTestObject self, string arg1, int arg2)
 {
     return(TestUtil.CalcTestValue(new Guid("ffac885b-0e3b-4438-99e1-64f4d2c6f769"), self, arg1.Length, arg2));
 }
コード例 #7
0
 public static double BaseExtensionMethod <T>(this BaseTestObject self, int arg) where T : struct
 {
     return(TestUtil.CalcTestValue(new Guid("2db0feaf-8618-4676-a7ba-552a20853fcd"), self, typeof(T).Name.Length, arg));
 }
コード例 #8
0
 public double BaseMethod <T>(string arg1, int arg2, T arg3) where T : struct
 {
     return(TestUtil.CalcTestValue(new Guid("d18ddd76-a035-44b4-b18b-7c4c7d313c4f"), this, arg1.Length, arg2, arg3.ToString().Length));
 }
コード例 #9
0
 public double BaseMethod <T>(int arg) where T : struct
 {
     return(TestUtil.CalcTestValue(new Guid("53b0fe2a-6b7c-4516-93de-db706b1bf1bb"), this, typeof(T).Name.Length, arg));
 }
コード例 #10
0
 [ScriptMember("renamedOverloadedMethod")] public double RenamedOverloadedMethod <T>(T arg)
 {
     return(TestUtil.CalcTestValue(new Guid("8b79b6b1-8e54-4fff-9054-bfba76e092b7"), "RenamedOverloadedMethod 2", arg));
 }
コード例 #11
0
 public double BaseMethod(string arg1, int arg2)
 {
     return(TestUtil.CalcTestValue(new Guid("d5114f53-ca6a-4993-8117-7f8194088c08"), this, arg1.Length, arg2));
 }
コード例 #12
0
 public double RenamedOverloadedMethod(object arg)
 {
     return(TestUtil.CalcTestValue(new Guid("c3b7cfd5-c870-422e-9bce-c361429c8c74"), "RenamedOverloadedMethod 1", arg));
 }
コード例 #13
0
 double ITestInterface.RenamedExplicitInterfaceMethod(object arg)
 {
     return(TestUtil.CalcTestValue(new Guid("d0505e09-e152-40e2-b279-59e980109d9c"), "RenamedExplicitInterfaceMethod", arg));
 }
コード例 #14
0
 public double RenamedInterfaceMethod(object arg)
 {
     return(TestUtil.CalcTestValue(new Guid("d3a7c549-1ee3-4890-b933-6b8ab6988e49"), "RenamedInterfaceMethod", arg));
 }
コード例 #15
0
 double IExplicitBaseTestInterface.ExplicitBaseInterfaceMethod <T>(int arg)
 {
     return(TestUtil.CalcTestValue(new Guid("b9810875-3ccf-400f-b106-d2869905f9bc"), this, typeof(T).Name.Length, arg));
 }
コード例 #16
0
 public double BaseBindTestMethod <T>(T arg)
 {
     return(TestUtil.CalcTestValue(new Guid("c0f52143-a775-4b71-b206-a759285a35a5"), this, typeof(T), arg));
 }
コード例 #17
0
 double IExplicitBaseTestInterface.ExplicitBaseInterfaceBindTestMethod <T>(T arg)
 {
     return(TestUtil.CalcTestValue(new Guid("5937707d-9158-4d72-986b-8eb13da5c079"), this, typeof(T), arg));
 }
コード例 #18
0
 public double BaseInterfaceMethod(string arg1, int arg2)
 {
     return(TestUtil.CalcTestValue(new Guid("f58f24cd-1d08-4224-bf78-7dcdb01b733f"), this, arg1.Length, arg2));
 }
コード例 #19
0
 public static double BaseExtensionMethod <T>(this BaseTestObject self, string arg1, int arg2, T arg3) where T : struct
 {
     return(TestUtil.CalcTestValue(new Guid("6ee07aa3-4548-4d59-b7d6-77725bb2c900"), self, arg1.Length, arg2, arg3.ToString().Length));
 }
コード例 #20
0
 public double BaseInterfaceMethod <T>(string arg1, int arg2, T arg3) where T : struct
 {
     return(TestUtil.CalcTestValue(new Guid("73cd3acf-3c94-4993-8786-70ba0f86f1a7"), this, arg1.Length, arg2, arg3.ToString().Length));
 }
コード例 #21
0
 public static double BaseExtensionBindTestMethod <T>(this BaseTestObject self, T arg)
 {
     return(TestUtil.CalcTestValue(new Guid("fdef26a4-2155-4be5-a245-4810ae66c491"), self, typeof(T), arg));
 }
コード例 #22
0
 public double BaseInterfaceMethod <T>(int arg) where T : struct
 {
     return(TestUtil.CalcTestValue(new Guid("28cf53e3-6422-4ac8-82d6-0d3d00e7bc1d"), this, typeof(T).Name.Length, arg));
 }
コード例 #23
0
 [NoScriptAccess] public virtual double BlockedOverriddenMethod(object arg)
 {
     return(TestUtil.CalcTestValue(new Guid("83aa905a-e17d-47fe-bd0f-d2350cfb92d6"), "BlockedOverriddenMethod", arg));
 }
コード例 #24
0
 public double BaseInterfaceBindTestMethod <T>(T arg)
 {
     return(TestUtil.CalcTestValue(new Guid("302f0d74-7ee8-4e0c-b383-7816d79a889b"), this, typeof(T), arg));
 }
コード例 #25
0
 [ScriptMember("renamedOverriddenMethod")] public virtual double RenamedOverriddenMethod(object arg)
 {
     return(TestUtil.CalcTestValue(new Guid("051b3239-df62-4a14-967c-0291e02ad48f"), "RenamedOverriddenMethod", arg));
 }
コード例 #26
0
 double IExplicitBaseTestInterface.ExplicitBaseInterfaceMethod(string arg1, int arg2)
 {
     return(TestUtil.CalcTestValue(new Guid("354a43bc-7d15-4aeb-b4c9-c6e03893c5f2"), this, arg1.Length, arg2));
 }
コード例 #27
0
 public override double BlockedOverriddenMethod(object arg)
 {
     return(TestUtil.CalcTestValue(new Guid("7ff033f5-f6f2-46cf-aba5-5adec6e210fd"), "BlockedOverriddenMethod", arg));
 }
コード例 #28
0
 double IExplicitBaseTestInterface.ExplicitBaseInterfaceMethod <T>(string arg1, int arg2, T arg3)
 {
     return(TestUtil.CalcTestValue(new Guid("b6496578-af16-4424-b16b-808de442d9e3"), this, arg1.Length, arg2, arg3.ToString().Length));
 }
コード例 #29
0
 double ITestInterface.BlockedExplicitInterfaceMethod(object arg)
 {
     return(TestUtil.CalcTestValue(new Guid("28318787-2195-46cf-8b57-a993c30b131f"), "BlockedExplicitInterfaceMethod", arg));
 }
コード例 #30
0
 [ScriptMember("renamedMethod")] public double RenamedMethod(object arg)
 {
     return(TestUtil.CalcTestValue(new Guid("d6c05624-6357-4ef1-b54a-d7a03864a034"), "RenamedMethod", arg));
 }