Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / NativeMethods.cs / 1 / NativeMethods.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web { using System.Runtime.InteropServices; using System; using System.Security.Permissions; using System.Collections; using System.IO; using System.Text; using System.Web.Util; using System.Web.Hosting; using System.Web.Configuration; [System.Runtime.InteropServices.ComVisible(false)] internal sealed class NativeMethods { /* * ASPNET_ISAPI.DLL */ private NativeMethods() {} [DllImport("Fusion.dll", CharSet=CharSet.Auto)] internal static extern int CreateAssemblyCache(out IAssemblyCache ppAsmCache, uint dwReserved); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web { using System.Runtime.InteropServices; using System; using System.Security.Permissions; using System.Collections; using System.IO; using System.Text; using System.Web.Util; using System.Web.Hosting; using System.Web.Configuration; [System.Runtime.InteropServices.ComVisible(false)] internal sealed class NativeMethods { /* * ASPNET_ISAPI.DLL */ private NativeMethods() {} [DllImport("Fusion.dll", CharSet=CharSet.Auto)] internal static extern int CreateAssemblyCache(out IAssemblyCache ppAsmCache, uint dwReserved); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MobileTemplatedControlDesigner.cs
- MarkupExtensionParser.cs
- DataGridViewRowConverter.cs
- QilReference.cs
- IRCollection.cs
- EntitySetBaseCollection.cs
- WebEvents.cs
- Int32AnimationBase.cs
- ViewBox.cs
- LayoutEvent.cs
- NonBatchDirectoryCompiler.cs
- SchemaElement.cs
- ObjectMemberMapping.cs
- PrimitiveSchema.cs
- UnmanagedMemoryStreamWrapper.cs
- DataGridTextBoxColumn.cs
- HttpChannelBindingToken.cs
- RectConverter.cs
- SQLStringStorage.cs
- WorkflowMarkupElementEventArgs.cs
- OutputCacheProfileCollection.cs
- Screen.cs
- BoundColumn.cs
- UxThemeWrapper.cs
- DynamicDataRoute.cs
- GcHandle.cs
- StylusPointPropertyInfoDefaults.cs
- DataGridItemEventArgs.cs
- PointAnimation.cs
- BStrWrapper.cs
- ControlPaint.cs
- UnmanagedHandle.cs
- TextTrailingCharacterEllipsis.cs
- SafeEventHandle.cs
- ConstraintManager.cs
- ItemDragEvent.cs
- GeneralTransform3DTo2DTo3D.cs
- handlecollector.cs
- ListBox.cs
- QueryPageSettingsEventArgs.cs
- XmlSchemaIdentityConstraint.cs
- ConfigurationValidatorBase.cs
- ExpressionStringBuilder.cs
- OneOfConst.cs
- DispatcherExceptionFilterEventArgs.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- WaitHandleCannotBeOpenedException.cs
- ObjectViewQueryResultData.cs
- RectAnimationClockResource.cs
- RadioButtonPopupAdapter.cs
- ReferencedAssembly.cs
- TreeSet.cs
- QueryOperationResponseOfT.cs
- Event.cs
- HtmlElementErrorEventArgs.cs
- PropertyBuilder.cs
- MenuItem.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- PngBitmapDecoder.cs
- SqlMethods.cs
- InputElement.cs
- SoapParser.cs
- MimeParameterWriter.cs
- ExpressionEditorAttribute.cs
- TCPClient.cs
- GridLength.cs
- PersistChildrenAttribute.cs
- MultiTargetingUtil.cs
- HostedTransportConfigurationBase.cs
- CommonXSendMessage.cs
- CodePropertyReferenceExpression.cs
- TypeDependencyAttribute.cs
- TextServicesCompartmentContext.cs
- FileUtil.cs
- DesigntimeLicenseContext.cs
- WebControl.cs
- WebPartPersonalization.cs
- WebExceptionStatus.cs
- AggregationMinMaxHelpers.cs
- ExpressionBuilder.cs
- FontNamesConverter.cs
- PropertyFilterAttribute.cs
- SoundPlayerAction.cs
- ScriptDescriptor.cs
- SmiEventStream.cs
- GlyphRunDrawing.cs
- XmlReader.cs
- WebPartDisplayMode.cs
- TrackingMemoryStreamFactory.cs
- SevenBitStream.cs
- XamlTemplateSerializer.cs
- BindingElementCollection.cs
- X509CertificateTrustedIssuerElement.cs
- BaseProcessor.cs
- MouseBinding.cs
- NavigationPropertySingletonExpression.cs
- Oci.cs
- InputLanguage.cs
- SubMenuStyleCollection.cs
- HtmlDocument.cs