Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / XmlUtils / System / Xml / Xsl / QIL / QilInvokeEarlyBound.cs / 1 / QilInvokeEarlyBound.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Reflection; namespace System.Xml.Xsl.Qil { ////// A function invocation node which reperesents a call to an early bound Clr function. /// internal class QilInvokeEarlyBound : QilTernary { //----------------------------------------------- // Constructor //----------------------------------------------- ////// Construct a new node /// /// QilLiteral containing the Clr MethodInfo for the early bound function public QilInvokeEarlyBound(QilNodeType nodeType, QilNode name, QilNode method, QilNode arguments, XmlQueryType resultType) : base(nodeType, name, method, arguments) { this.xmlType = resultType; } //----------------------------------------------- // QilInvokeEarlyBound methods //----------------------------------------------- public QilName Name { get { return (QilName) Left; } set { Left = value; } } public MethodInfo ClrMethod { get { return (MethodInfo) ((QilLiteral) Center).Value; } set { ((QilLiteral) Center).Value = value; } } public QilList Arguments { get { return (QilList) Right; } set { Right = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Reflection; namespace System.Xml.Xsl.Qil { ////// A function invocation node which reperesents a call to an early bound Clr function. /// internal class QilInvokeEarlyBound : QilTernary { //----------------------------------------------- // Constructor //----------------------------------------------- ////// Construct a new node /// /// QilLiteral containing the Clr MethodInfo for the early bound function public QilInvokeEarlyBound(QilNodeType nodeType, QilNode name, QilNode method, QilNode arguments, XmlQueryType resultType) : base(nodeType, name, method, arguments) { this.xmlType = resultType; } //----------------------------------------------- // QilInvokeEarlyBound methods //----------------------------------------------- public QilName Name { get { return (QilName) Left; } set { Left = value; } } public MethodInfo ClrMethod { get { return (MethodInfo) ((QilLiteral) Center).Value; } set { ((QilLiteral) Center).Value = value; } } public QilList Arguments { get { return (QilList) Right; } set { Right = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlDataSourceView.cs
- HostedTransportConfigurationBase.cs
- InputScopeNameConverter.cs
- LayoutExceptionEventArgs.cs
- FilteredAttributeCollection.cs
- OlePropertyStructs.cs
- ThemeableAttribute.cs
- ProcessHostFactoryHelper.cs
- CodeCastExpression.cs
- SiteIdentityPermission.cs
- TaskForm.cs
- ReliableSession.cs
- ObjectViewListener.cs
- PropertyEmitter.cs
- EmptyStringExpandableObjectConverter.cs
- linebase.cs
- WorkflowRuntime.cs
- CommandPlan.cs
- DSASignatureDeformatter.cs
- XmlEnumAttribute.cs
- MarkupCompilePass1.cs
- LinqToSqlWrapper.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- ModuleConfigurationInfo.cs
- CellPartitioner.cs
- NameValueFileSectionHandler.cs
- MouseGesture.cs
- ZipPackage.cs
- _UriSyntax.cs
- Helpers.cs
- ExtensionWindowResizeGrip.cs
- IntegerCollectionEditor.cs
- KerberosRequestorSecurityTokenAuthenticator.cs
- ActiveXSite.cs
- WebBrowserEvent.cs
- CharacterBufferReference.cs
- OleDbWrapper.cs
- PathStreamGeometryContext.cs
- XmlSerializableWriter.cs
- CounterSample.cs
- MaxValueConverter.cs
- SystemDropShadowChrome.cs
- CellConstant.cs
- WindowsSolidBrush.cs
- TraceProvider.cs
- SplitterCancelEvent.cs
- XmlDataSourceDesigner.cs
- ReadOnlyAttribute.cs
- BuiltInPermissionSets.cs
- SmtpTransport.cs
- WindowShowOrOpenTracker.cs
- ToolStripEditorManager.cs
- DictionarySectionHandler.cs
- SimpleBitVector32.cs
- DisplayNameAttribute.cs
- _NetRes.cs
- SqlRecordBuffer.cs
- NavigationFailedEventArgs.cs
- InternalPermissions.cs
- ReachUIElementCollectionSerializerAsync.cs
- IDReferencePropertyAttribute.cs
- DateTimeConverter2.cs
- PlatformCulture.cs
- Pkcs7Recipient.cs
- VirtualDirectoryMappingCollection.cs
- securitymgrsite.cs
- PersonalizationProviderHelper.cs
- ContentPlaceHolder.cs
- FlatButtonAppearance.cs
- XsltLibrary.cs
- TdsValueSetter.cs
- StaticContext.cs
- GlyphInfoList.cs
- ExternalFile.cs
- ConfigurationSettings.cs
- ControlHelper.cs
- HtmlHead.cs
- ProxyManager.cs
- EqualityComparer.cs
- PersonalizableAttribute.cs
- OutputCacheSettings.cs
- Thread.cs
- SmiSettersStream.cs
- MaterialGroup.cs
- CodeDelegateInvokeExpression.cs
- _LocalDataStoreMgr.cs
- PageThemeParser.cs
- DataGridCommandEventArgs.cs
- DataSourceDescriptorCollection.cs
- ToolBarOverflowPanel.cs
- WebServiceEndpoint.cs
- PanelStyle.cs
- TextTreeRootTextBlock.cs
- ComponentResourceKeyConverter.cs
- TableLayoutColumnStyleCollection.cs
- ProfileParameter.cs
- LinkConverter.cs
- StringWriter.cs
- KeySplineConverter.cs
- MessageSmuggler.cs