代码搜索:reflection
找到约 10,000 项符合「reflection」的源代码
代码结果 10,000
www.eeworm.com/read/334860/12568218
m reflect.m
function[x,sigma] = reflect(y,u,l)
%REFLECT Reflection transformation
%
% [x,sigma] = reflect(y,u,l) reflection transformation as
% described in Coleman and Li ??: x is reflected point, sigma is
www.eeworm.com/read/417100/11003843
pas objautox.pas
{*******************************************************}
{ CodeGear Delphi Runtime Library }
{ Delphi Reflection Unit }
{ Wo
www.eeworm.com/read/492734/1171820
entries
D/MultiStopsGradient////
D/RadialGradient////
D/Reflection////
D/TwoStopsGradient////
www.eeworm.com/read/476317/1373517
entries
D/MultiStopsGradient////
D/RadialGradient////
D/Reflection////
D/TwoStopsGradient////
www.eeworm.com/read/418842/2082865
entries
D/MultiStopsGradient////
D/RadialGradient////
D/Reflection////
D/TwoStopsGradient////
www.eeworm.com/read/221940/6955889
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
// Assembly Opus6, Version 0.0.0.0
//[assembly: System.Reflection.AssemblyVersion("0.0.0.0")]
//[assembly: System.Diagnostics.Debu
www.eeworm.com/read/28504/998990
cs sample3.cs
using System;
using System.IO;
using System.Reflection;
using System.Reflection.Emit;
class Test
{
public static void Main()
{
AppDomain currentDomain = AppDomain.CurrentDomain;
In
www.eeworm.com/read/28504/999010
cs sample24.cs
namespace apiBook
{
using System;
using System.Reflection;
using System.Text;
public class TestClass
{
public static void Main()
{
Type testType = typeof(System.Reflection.Asse
www.eeworm.com/read/247171/4487622
vb typeloadex1.vb
Imports System
Imports System.Collections
Imports System.Reflection
Imports System.Reflection.Emit
Namespace TypeLoadEx1
Public Interface IBaseObject
ReadOnly Property Assembly() As Asse
www.eeworm.com/read/422060/2043536
phpt bug29828.phpt
--TEST--
Reflection Bug #29828 (Interfaces no longer work)
--SKIPIF--
--FILE--