Code:
/ 4.0 / 4.0 / 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. // ==++== // // 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
- FontSizeConverter.cs
- ItemList.cs
- DependencyPropertyHelper.cs
- PersistenceProviderElement.cs
- DefaultValueTypeConverter.cs
- TextRangeBase.cs
- SafePEFileHandle.cs
- IODescriptionAttribute.cs
- RestHandlerFactory.cs
- PeerTransportListenAddressValidatorAttribute.cs
- GACMembershipCondition.cs
- DeflateEmulationStream.cs
- SourceFileInfo.cs
- StorageAssociationTypeMapping.cs
- RootBrowserWindowProxy.cs
- DesignerSerializationVisibilityAttribute.cs
- DataGridViewColumnConverter.cs
- SpellerError.cs
- ColorMap.cs
- Pkcs7Signer.cs
- ErrorHandlerModule.cs
- ManifestResourceInfo.cs
- GeometryModel3D.cs
- wmiprovider.cs
- CodeTypeReferenceCollection.cs
- EncryptedKeyIdentifierClause.cs
- BufferBuilder.cs
- MeasureData.cs
- LogicalExpr.cs
- XmlSchemaSubstitutionGroup.cs
- Opcode.cs
- HttpBrowserCapabilitiesWrapper.cs
- DLinqTableProvider.cs
- TCPClient.cs
- TdsParserSafeHandles.cs
- JsonReader.cs
- CustomTypeDescriptor.cs
- QilTypeChecker.cs
- figurelength.cs
- SqlGatherConsumedAliases.cs
- DataContractSerializer.cs
- UrlPropertyAttribute.cs
- EntityEntry.cs
- columnmapkeybuilder.cs
- DynamicDataRouteHandler.cs
- AnimationStorage.cs
- ContextBase.cs
- ChangeNode.cs
- AssociatedControlConverter.cs
- PagerStyle.cs
- PagesSection.cs
- WebControlsSection.cs
- RightsManagementInformation.cs
- Grid.cs
- MetadataItemSerializer.cs
- DataBoundControlHelper.cs
- SecurityElement.cs
- InvalidCommandTreeException.cs
- SingleSelectRootGridEntry.cs
- ReflectTypeDescriptionProvider.cs
- TextureBrush.cs
- TraceInternal.cs
- XmlException.cs
- Error.cs
- ConnectionManagementSection.cs
- Page.cs
- UriTemplateDispatchFormatter.cs
- DropShadowBitmapEffect.cs
- ContentOperations.cs
- Parsers.cs
- ProvideValueServiceProvider.cs
- TrustSection.cs
- WebPartEditorApplyVerb.cs
- ObjectStateEntry.cs
- ThaiBuddhistCalendar.cs
- DropDownList.cs
- DesignSurfaceEvent.cs
- XmlSchemaInclude.cs
- XmlWriterSettings.cs
- UserControl.cs
- SvcMapFile.cs
- StopRoutingHandler.cs
- IndexedGlyphRun.cs
- TemplateField.cs
- ConversionContext.cs
- SystemPens.cs
- MiniModule.cs
- ProcessModule.cs
- StringAnimationBase.cs
- FunctionUpdateCommand.cs
- PropertyEntry.cs
- CodeLinePragma.cs
- Model3DGroup.cs
- SchemaDeclBase.cs
- MenuAdapter.cs
- DataGridViewCellValueEventArgs.cs
- CodeLabeledStatement.cs
- UnsafeNativeMethods.cs
- DifferencingCollection.cs
- DiagnosticTraceSource.cs