代码搜索:reflection
找到约 10,000 项符合「reflection」的源代码
代码结果 10,000
www.eeworm.com/read/422060/2043543
phpt property_exists.phpt
--TEST--
Reflection and property_exists()
--SKIPIF--
--FILE--
www.eeworm.com/read/405478/2290813
java propertypreloadeddata.java
//$Id$
package org.hibernate.cfg;
import org.hibernate.MappingException;
import org.hibernate.annotations.common.reflection.XClass;
import org.hibernate.annotations.common.reflection.XProperty;
publ
www.eeworm.com/read/405478/2290825
java propertydata.java
package org.hibernate.cfg;
import org.hibernate.MappingException;
import org.hibernate.annotations.common.reflection.XClass;
import org.hibernate.annotations.common.reflection.XProperty;
public inte
www.eeworm.com/read/171439/9755309
cs ch6_6.cs
using System;
using System.Reflection;
using System.Reflection.Emit;
using System.Collections;
class CH6_6
{
public static void DumpParameters( ParameterInfo[] pars )
{
// Dump t
www.eeworm.com/read/248406/12578880
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
using System.Reflection;
using System.Reflection.Emit;
using System.Threading;
namespace AddressList
{
static
www.eeworm.com/read/430369/8753861
cs codegen.cs
using Collections = System.Collections.Generic;
using Reflect = System.Reflection;
using Emit = System.Reflection.Emit;
using IO = System.IO;
public sealed class CodeGen
{
Emit.ILGenerator
www.eeworm.com/read/253533/12216723
txt 23.5.txt
Listing 23.5 Programmatically Creating Assemblies
using System;
using System.Reflection;
using System.Reflection.Emit;
using System.Threading;
namespace _9_DynamicAssembly
{
class Class1
{
[S
www.eeworm.com/read/485547/1262471
cs assemblyinfo.cs
// Assembly LTP.CodeBuild, Version 2.1.0.0
[assembly: System.Reflection.AssemblyVersion("2.1.0.0")]
[assembly: System.Reflection.AssemblyProduct("动软.Net代码生成器")]
[assembly: System.Runtime.Compiler
www.eeworm.com/read/247171/4486490
vb genericconstraint1.vb
Imports System
Imports System.Collections
Imports System.Reflection
Imports System.Reflection.Emit
Namespace GenericConstraint1
Class Base(Of T As C)
End Class
Class Derived(Of T As {C
www.eeworm.com/read/174006/9612649
txt 23.5.txt
Listing 23.5 Programmatically Creating Assemblies
using System;
using System.Reflection;
using System.Reflection.Emit;
using System.Threading;
namespace _9_DynamicAssembly
{
class Class1
{
[S