コード例 #1
0
		static bool IsGetEntryAssembly (MemberReference method)
		{
			return method.IsNamed ("System.Reflection", "Assembly", "GetEntryAssembly");
		}
コード例 #2
0
		static bool IsInt64BitsToDouble (MemberReference method)
		{
			return method.IsNamed ("System", "BitConverter", "Int64BitsToDouble");
		}