Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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); } } }
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ClientTargetCollection.cs
- MemberHolder.cs
- CompModHelpers.cs
- BitmapFrameEncode.cs
- FlowLayoutSettings.cs
- M3DUtil.cs
- BindingUtils.cs
- Component.cs
- OledbConnectionStringbuilder.cs
- StatusBar.cs
- XmlException.cs
- RotateTransform.cs
- CompoundFileIOPermission.cs
- BrowserCapabilitiesCodeGenerator.cs
- PropertyChangeTracker.cs
- MediaScriptCommandRoutedEventArgs.cs
- SQlBooleanStorage.cs
- BigIntegerStorage.cs
- CodeThrowExceptionStatement.cs
- TextFormatter.cs
- RtfFormatStack.cs
- prefixendpointaddressmessagefiltertable.cs
- ContainerParagraph.cs
- DebugHandleTracker.cs
- RequestCachingSection.cs
- SimpleBitVector32.cs
- Rect3DValueSerializer.cs
- DBDataPermission.cs
- SqlMultiplexer.cs
- COM2TypeInfoProcessor.cs
- LexicalChunk.cs
- CalendarDesigner.cs
- InterleavedZipPartStream.cs
- UpdateProgress.cs
- ProviderConnectionPointCollection.cs
- TreeViewDataItemAutomationPeer.cs
- BitmapSource.cs
- QilNode.cs
- MenuCommands.cs
- StylusEditingBehavior.cs
- DataKeyCollection.cs
- CalloutQueueItem.cs
- __FastResourceComparer.cs
- AssemblyAttributes.cs
- Deflater.cs
- ScrollChrome.cs
- Rfc4050KeyFormatter.cs
- IDataContractSurrogate.cs
- TextDocumentView.cs
- TabPageDesigner.cs
- SqlUnionizer.cs
- HttpModuleCollection.cs
- GridViewUpdateEventArgs.cs
- ClientUtils.cs
- WebPartEditorOkVerb.cs
- GridViewRow.cs
- CustomAttribute.cs
- XmlLangPropertyAttribute.cs
- LinqDataSourceContextEventArgs.cs
- StoreContentChangedEventArgs.cs
- ADRole.cs
- LeaseManager.cs
- remotingproxy.cs
- WebEventTraceProvider.cs
- ClientFormsAuthenticationCredentials.cs
- VersionedStreamOwner.cs
- ComPlusThreadInitializer.cs
- RecordBuilder.cs
- Simplifier.cs
- ConfigurationValidatorBase.cs
- FramingDecoders.cs
- TreeNodeMouseHoverEvent.cs
- _ChunkParse.cs
- MethodCallConverter.cs
- SharedRuntimeState.cs
- XslNumber.cs
- _IPv6Address.cs
- DecimalAnimation.cs
- DeviceContext.cs
- ProcessHostConfigUtils.cs
- IDQuery.cs
- InputMethodStateTypeInfo.cs
- JsonEncodingStreamWrapper.cs
- UTF7Encoding.cs
- HashRepartitionEnumerator.cs
- HttpTransportSecurityElement.cs
- DesignBinding.cs
- ApplicationException.cs
- HttpRequestWrapper.cs
- BidOverLoads.cs
- WorkerRequest.cs
- DBSqlParserTableCollection.cs
- WebPartActionVerb.cs
- IsolatedStorageFilePermission.cs
- VisualStyleElement.cs
- SerializationInfo.cs
- _LocalDataStoreMgr.cs
- AnonymousIdentificationSection.cs
- IPHostEntry.cs
- UndoEngine.cs