Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // //----------------------------------------------------------------------------- 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
- WindowsTitleBar.cs
- SchemaImporterExtensionElementCollection.cs
- Compiler.cs
- SessionStateModule.cs
- ComponentRenameEvent.cs
- ReflectionTypeLoadException.cs
- NameTable.cs
- UnmanagedMemoryStreamWrapper.cs
- SendMessageRecord.cs
- WebPartDisplayMode.cs
- NegationPusher.cs
- Attribute.cs
- Rfc4050KeyFormatter.cs
- ObjectSet.cs
- StorageModelBuildProvider.cs
- SliderAutomationPeer.cs
- AuthStoreRoleProvider.cs
- FixedPageStructure.cs
- OdbcParameterCollection.cs
- ProxyWebPartManagerDesigner.cs
- GPStream.cs
- ValidationRule.cs
- OpCopier.cs
- ObjectConverter.cs
- WebPartConnectionsEventArgs.cs
- RegionInfo.cs
- AQNBuilder.cs
- DbModificationClause.cs
- ListBoxItemWrapperAutomationPeer.cs
- NonParentingControl.cs
- X509RawDataKeyIdentifierClause.cs
- InvalidCastException.cs
- MouseEventArgs.cs
- InProcStateClientManager.cs
- TableStyle.cs
- ContentFileHelper.cs
- ForeignConstraint.cs
- CmsInterop.cs
- ServicesUtilities.cs
- GroupQuery.cs
- NGCUIElementCollectionSerializerAsync.cs
- XpsResourcePolicy.cs
- SelectionRangeConverter.cs
- ObjectQueryProvider.cs
- MexHttpBindingElement.cs
- MutableAssemblyCacheEntry.cs
- CapabilitiesPattern.cs
- UndirectedGraph.cs
- ProxyHwnd.cs
- SortableBindingList.cs
- ControlOperationInvoker.cs
- ParentControlDesigner.cs
- ObjectContext.cs
- MasterPageParser.cs
- SrgsSubset.cs
- SqlFileStream.cs
- ReachDocumentReferenceCollectionSerializer.cs
- TemplateField.cs
- PageThemeBuildProvider.cs
- ConstraintStruct.cs
- WebHttpSecurityElement.cs
- DefaultValidator.cs
- KeyValueInternalCollection.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- DataGridComponentEditor.cs
- OleDbDataReader.cs
- DataServiceExpressionVisitor.cs
- IssuanceLicense.cs
- DataServiceKeyAttribute.cs
- BitmapImage.cs
- FixedPageProcessor.cs
- Header.cs
- __FastResourceComparer.cs
- ModelFunction.cs
- DesignerTextWriter.cs
- XDRSchema.cs
- ReflectPropertyDescriptor.cs
- Vector3dCollection.cs
- SafeNativeMethodsOther.cs
- XmlValidatingReader.cs
- SizeF.cs
- HighlightComponent.cs
- SinglePageViewer.cs
- FileDialogCustomPlacesCollection.cs
- Vector3DCollectionConverter.cs
- FileUpload.cs
- SqlNotificationEventArgs.cs
- MarginCollapsingState.cs
- ExtendedProtectionPolicyTypeConverter.cs
- InteropBitmapSource.cs
- HostProtectionException.cs
- _AcceptOverlappedAsyncResult.cs
- DataGridViewAccessibleObject.cs
- AppDomainResourcePerfCounters.cs
- XmlSerializationWriter.cs
- InternalsVisibleToAttribute.cs
- ListViewItemCollectionEditor.cs
- CopyNamespacesAction.cs
- XsdCachingReader.cs
- SelectedGridItemChangedEvent.cs