Code:
/ DotNET / DotNET / 8.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
- _NegotiateClient.cs
- PackageProperties.cs
- SystemBrushes.cs
- FixedSOMTableRow.cs
- StorageEntityContainerMapping.cs
- AppSecurityManager.cs
- ContainerActivationHelper.cs
- ResourcePermissionBaseEntry.cs
- EventLogPermissionAttribute.cs
- TemplatedEditableDesignerRegion.cs
- CodeIdentifiers.cs
- ExpressionPrefixAttribute.cs
- DynamicRouteExpression.cs
- ScrollBarRenderer.cs
- LinqDataSourceContextEventArgs.cs
- SplashScreenNativeMethods.cs
- DataColumn.cs
- controlskin.cs
- InfoCardKeyedHashAlgorithm.cs
- LowerCaseStringConverter.cs
- CryptographicAttribute.cs
- NetworkCredential.cs
- BuildManager.cs
- BitVec.cs
- ApplicationActivator.cs
- DataBindingHandlerAttribute.cs
- TrustManager.cs
- AssemblyBuilder.cs
- EncoderNLS.cs
- Stream.cs
- PropertyInformationCollection.cs
- DBCSCodePageEncoding.cs
- ToolboxDataAttribute.cs
- GPRECT.cs
- Propagator.Evaluator.cs
- StrokeNodeOperations.cs
- DbBuffer.cs
- OperationCanceledException.cs
- SQLByteStorage.cs
- Point4D.cs
- FieldDescriptor.cs
- DataGridCommandEventArgs.cs
- ProviderBase.cs
- ColumnClickEvent.cs
- WebPartManager.cs
- Constants.cs
- ChildDocumentBlock.cs
- EventSource.cs
- ZoneLinkButton.cs
- ListenerSingletonConnectionReader.cs
- RoleGroup.cs
- GridViewSelectEventArgs.cs
- FontStyle.cs
- EditorAttribute.cs
- _HeaderInfoTable.cs
- Model3DGroup.cs
- CharacterBufferReference.cs
- TripleDES.cs
- GridPatternIdentifiers.cs
- StateDesigner.LayoutSelectionGlyph.cs
- DesignerCommandSet.cs
- XmlSerializerNamespaces.cs
- ElementMarkupObject.cs
- BoolExpression.cs
- RuntimeConfigurationRecord.cs
- Nullable.cs
- GroupLabel.cs
- mactripleDES.cs
- NativeCompoundFileAPIs.cs
- WorkBatch.cs
- OverflowException.cs
- Stroke.cs
- TreeNodeCollection.cs
- DocumentManager.cs
- AspNetPartialTrustHelpers.cs
- SynthesizerStateChangedEventArgs.cs
- ErrorItem.cs
- TextDecorationUnitValidation.cs
- OrderByQueryOptionExpression.cs
- GridView.cs
- ZipIOExtraFieldPaddingElement.cs
- ObjectTag.cs
- OptimalTextSource.cs
- FormViewRow.cs
- CollectionViewSource.cs
- SqlUserDefinedAggregateAttribute.cs
- SchemaTypeEmitter.cs
- ErrorWebPart.cs
- MachineKeySection.cs
- ProfilePropertySettingsCollection.cs
- XhtmlBasicValidatorAdapter.cs
- RangeValueProviderWrapper.cs
- Menu.cs
- CroppedBitmap.cs
- TableLayoutCellPaintEventArgs.cs
- DecimalAnimationUsingKeyFrames.cs
- SignedXmlDebugLog.cs
- EdgeModeValidation.cs
- ServiceHttpModule.cs
- SafeArrayTypeMismatchException.cs