Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / clr / src / BCL / System / Reflection / AssemblyNameProxy.cs / 1 / AssemblyNameProxy.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** File: AssemblyNameProxy ** ** ** Purpose: Remotable version the AssemblyName ** ** ===========================================================*/ namespace System.Reflection { using System; [System.Runtime.InteropServices.ComVisible(true)] public class AssemblyNameProxy : MarshalByRefObject { public AssemblyName GetAssemblyName(String assemblyFile) { return AssemblyName.nGetFileInformation(assemblyFile); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** File: AssemblyNameProxy ** ** ** Purpose: Remotable version the AssemblyName ** ** ===========================================================*/ namespace System.Reflection { using System; [System.Runtime.InteropServices.ComVisible(true)] public class AssemblyNameProxy : MarshalByRefObject { public AssemblyName GetAssemblyName(String assemblyFile) { return AssemblyName.nGetFileInformation(assemblyFile); } } } // 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
- WebBrowserProgressChangedEventHandler.cs
- ActiveXSerializer.cs
- _ShellExpression.cs
- ObjectDataSourceFilteringEventArgs.cs
- MappingItemCollection.cs
- XsltContext.cs
- ValidatingPropertiesEventArgs.cs
- MultiSelectRootGridEntry.cs
- DataControlFieldTypeEditor.cs
- SkipStoryboardToFill.cs
- IdleTimeoutMonitor.cs
- PenCursorManager.cs
- ParameterToken.cs
- InputEventArgs.cs
- FormClosedEvent.cs
- FileNotFoundException.cs
- EdgeProfileValidation.cs
- SrgsRule.cs
- WorkflowMarkupSerializer.cs
- StringUtil.cs
- OleAutBinder.cs
- ControlType.cs
- MissingManifestResourceException.cs
- WebPartEditorApplyVerb.cs
- ProfileManager.cs
- PropagatorResult.cs
- AcceleratedTokenProviderState.cs
- ContentTextAutomationPeer.cs
- DefaultValueConverter.cs
- XmlDataSourceView.cs
- EmptyEnumerator.cs
- BamlRecordWriter.cs
- Style.cs
- ClientConfigurationHost.cs
- CompilerTypeWithParams.cs
- ServiceHttpHandlerFactory.cs
- RectAnimationClockResource.cs
- RemotingException.cs
- BufferedReadStream.cs
- ToolBarOverflowPanel.cs
- IisTraceListener.cs
- TableCellCollection.cs
- IERequestCache.cs
- Delegate.cs
- AudioLevelUpdatedEventArgs.cs
- ComponentSerializationService.cs
- FontStretchConverter.cs
- ApplicationActivator.cs
- FileDialog.cs
- ProgressBar.cs
- PolicyManager.cs
- ReferencedCategoriesDocument.cs
- _Win32.cs
- NativeMethodsCLR.cs
- EnumMember.cs
- HttpListenerException.cs
- SQLSingleStorage.cs
- DefaultProxySection.cs
- Selection.cs
- SafeNativeMethodsMilCoreApi.cs
- BaseTemplateParser.cs
- LicenseException.cs
- UserPreferenceChangingEventArgs.cs
- TextParaLineResult.cs
- SpellCheck.cs
- DataContractSerializerSection.cs
- InlineUIContainer.cs
- ElementNotAvailableException.cs
- Line.cs
- BitConverter.cs
- SynchronizationLockException.cs
- OleDbDataReader.cs
- OleDbConnectionFactory.cs
- OutputCacheProfileCollection.cs
- SHA384.cs
- LinkClickEvent.cs
- TargetPerspective.cs
- SpellCheck.cs
- IgnoreSectionHandler.cs
- DocumentGridContextMenu.cs
- HtmlEncodedRawTextWriter.cs
- ExtentKey.cs
- EntityDataSourceState.cs
- WorkflowInstanceUnhandledExceptionRecord.cs
- MenuTracker.cs
- OleServicesContext.cs
- AsyncSerializedWorker.cs
- RayMeshGeometry3DHitTestResult.cs
- LogicalExpr.cs
- RegistrySecurity.cs
- DesignerActionItem.cs
- ReadOnlyActivityGlyph.cs
- OrderingExpression.cs
- HScrollBar.cs
- Visual3D.cs
- sqlmetadatafactory.cs
- OracleEncoding.cs
- SurrogateChar.cs
- Shape.cs
- HwndMouseInputProvider.cs