August 2003
Intermediate to advanced
928 pages
32h 1m
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 AssemblyNameProxy( );
// Public Instance Methods
public AssemblyName GetAssemblyName(string assemblyFile);
}
System.Object
→
System.MarshalByRefObject
→
AssemblyNameProxy