March 2002
Intermediate to advanced
864 pages
31h 8m
English
AssemblyNameProxy
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); }
System.Object→System.MarshalByRefObject→AssemblyNameProxy