Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Reflection / AssemblyNameProxy.cs / 1305376 / AssemblyNameProxy.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** File: AssemblyNameProxy ** **[....] **[....] ** ** ** Purpose: Remotable version the AssemblyName ** ** ===========================================================*/ namespace System.Reflection { using System; using System.Runtime.Versioning; [System.Runtime.InteropServices.ComVisible(true)] public class AssemblyNameProxy : MarshalByRefObject { [System.Security.SecuritySafeCritical] // auto-generated [ResourceExposure(ResourceScope.Machine)] [ResourceConsumption(ResourceScope.Machine)] public AssemblyName GetAssemblyName(String assemblyFile) { return AssemblyName.GetAssemblyName(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
- BatchServiceHost.cs
- InvalidDocumentContentsException.cs
- SafeHandle.cs
- AtomMaterializerLog.cs
- XsltLoader.cs
- EnumerableWrapperWeakToStrong.cs
- mediapermission.cs
- ModuleBuilderData.cs
- ElementProxy.cs
- XmlSerializationWriter.cs
- DocumentGrid.cs
- PageAsyncTask.cs
- AssemblyBuilder.cs
- DispatcherFrame.cs
- TextParentUndoUnit.cs
- TdsParserSessionPool.cs
- PhysicalAddress.cs
- IgnoreFlushAndCloseStream.cs
- SafeReversePInvokeHandle.cs
- OracleString.cs
- ConstraintEnumerator.cs
- DocumentSequence.cs
- SizeConverter.cs
- Preprocessor.cs
- AnonymousIdentificationSection.cs
- Rfc2898DeriveBytes.cs
- DBSqlParserColumn.cs
- AndCondition.cs
- PathData.cs
- Restrictions.cs
- CopyCodeAction.cs
- ApplicationException.cs
- CompilationRelaxations.cs
- PaintValueEventArgs.cs
- grammarelement.cs
- LinearKeyFrames.cs
- ActiveXSite.cs
- GcHandle.cs
- IndexerNameAttribute.cs
- PageAsyncTask.cs
- SymbolMethod.cs
- IISUnsafeMethods.cs
- XmlSchemaComplexContentRestriction.cs
- HandlerBase.cs
- HtmlInputFile.cs
- RepeaterCommandEventArgs.cs
- SiteMapNodeItem.cs
- handlecollector.cs
- ComponentEvent.cs
- BehaviorDragDropEventArgs.cs
- TreeViewItem.cs
- EntityDataSourceSelectingEventArgs.cs
- ExpandButtonVisibilityConverter.cs
- PropertyHelper.cs
- QilReference.cs
- Matrix3D.cs
- InputMethodStateTypeInfo.cs
- CodeCompiler.cs
- RegularExpressionValidator.cs
- FloaterBaseParagraph.cs
- ColumnResizeUndoUnit.cs
- AbstractSvcMapFileLoader.cs
- StoreItemCollection.cs
- DesignColumnCollection.cs
- ResXResourceSet.cs
- LayoutEvent.cs
- ElementProxy.cs
- ExceptionCollection.cs
- DesignerActionList.cs
- TemplateContent.cs
- SqlBulkCopyColumnMappingCollection.cs
- WpfPayload.cs
- DataGridViewIntLinkedList.cs
- OperationContractAttribute.cs
- FontResourceCache.cs
- ResourcePool.cs
- QilTernary.cs
- DesignBinding.cs
- Utils.cs
- HotSpotCollection.cs
- HierarchicalDataBoundControl.cs
- WSFederationHttpSecurity.cs
- PenLineJoinValidation.cs
- GenericAuthenticationEventArgs.cs
- FrameworkElementFactory.cs
- NonParentingControl.cs
- FrugalMap.cs
- TypeConverterAttribute.cs
- TreeNodeClickEventArgs.cs
- UserPreferenceChangedEventArgs.cs
- PropertyEmitterBase.cs
- ButtonChrome.cs
- DesigntimeLicenseContextSerializer.cs
- SelectionProcessor.cs
- RealizationDrawingContextWalker.cs
- ModuleConfigurationInfo.cs
- DeviceContext2.cs
- TreeNodeCollection.cs
- Operators.cs
- WindowsProgressbar.cs