DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section