Name

AssemblyNameProxy

Synopsis

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

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

Hierarchy

System.ObjectSystem.MarshalByRefObjectAssemblyNameProxy

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.