AssemblyNameProxy

AssemblyNameProxy marshal by reference

System.Reflection (mscorlib.dll) class

This class is a remotable wrapper around AssemblyName . To access the underlying AssemblyName , call AssemblyName.GetAssemblyName( ) .

 public class  AssemblyNameProxy  : MarshalByRefObject {  // Public Constructors  public  AssemblyNameProxy  ( );  // Public Instance Methods  public AssemblyName  GetAssemblyName  (string   assemblyFile   ); } 

Hierarchy

System.Object System.MarshalByRefObject AssemblyNameProxy



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net