AssemblyNameProxy

AssemblyNameProxymarshal 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



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System