Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / NativeMethods.cs / 1305376 / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Automation.cs
- OutOfMemoryException.cs
- NativeMethods.cs
- ClassDataContract.cs
- TextMarkerSource.cs
- FacetEnabledSchemaElement.cs
- CompilerTypeWithParams.cs
- WaitHandleCannotBeOpenedException.cs
- ValueExpressions.cs
- RichTextBox.cs
- SpotLight.cs
- FamilyMap.cs
- KeyManager.cs
- PopupControlService.cs
- Timeline.cs
- UIntPtr.cs
- CellParagraph.cs
- IRCollection.cs
- DbTypeMap.cs
- EventBuilder.cs
- Hash.cs
- CookieProtection.cs
- ChildDocumentBlock.cs
- XmlComplianceUtil.cs
- RootDesignerSerializerAttribute.cs
- PartialCachingControl.cs
- EventDescriptorCollection.cs
- Ray3DHitTestResult.cs
- TemplateModeChangedEventArgs.cs
- ToolStripContentPanel.cs
- XmlSchemaProviderAttribute.cs
- UnsignedPublishLicense.cs
- ListBindingHelper.cs
- entityreference_tresulttype.cs
- SHA512.cs
- HashSetDebugView.cs
- OdbcEnvironment.cs
- SkewTransform.cs
- XmlSiteMapProvider.cs
- Error.cs
- RewritingProcessor.cs
- ReadOnlyDictionary.cs
- BinHexDecoder.cs
- NumericUpDownAccelerationCollection.cs
- ClosureBinding.cs
- OptimalBreakSession.cs
- TargetConverter.cs
- CompModSwitches.cs
- RtfFormatStack.cs
- ResourceDictionary.cs
- MetadataProperty.cs
- FileDialogCustomPlacesCollection.cs
- BufferedStream.cs
- _ConnectOverlappedAsyncResult.cs
- XmlWrappingWriter.cs
- DefaultValueTypeConverter.cs
- TouchFrameEventArgs.cs
- XpsS0ValidatingLoader.cs
- SrgsNameValueTag.cs
- Preprocessor.cs
- Normalization.cs
- Point3DCollection.cs
- Bezier.cs
- DataPager.cs
- SiteMapNode.cs
- ComProxy.cs
- ServiceBuildProvider.cs
- StatusBarDrawItemEvent.cs
- ColumnWidthChangedEvent.cs
- ObjectSecurity.cs
- WebException.cs
- EventDescriptorCollection.cs
- AttributeProviderAttribute.cs
- AdCreatedEventArgs.cs
- DocumentPageTextView.cs
- TextureBrush.cs
- SafeNativeMethods.cs
- ComponentChangingEvent.cs
- CardSpacePolicyElement.cs
- SqlMethodAttribute.cs
- MenuEventArgs.cs
- FormsAuthenticationModule.cs
- WindowInteractionStateTracker.cs
- StringConcat.cs
- SupportingTokenBindingElement.cs
- ArgumentElement.cs
- OracleException.cs
- _BaseOverlappedAsyncResult.cs
- SettingsProviderCollection.cs
- FormParameter.cs
- WmpBitmapEncoder.cs
- DropShadowEffect.cs
- UrlPropertyAttribute.cs
- OperationInvokerTrace.cs
- ImageInfo.cs
- Activator.cs
- MutexSecurity.cs
- WebPermission.cs
- ObjectListComponentEditor.cs
- SqlDataSourceCache.cs