System.Reflection.Context.CustomReflectionContext.MapAssembly C# (CSharp) Метод

MapAssembly() публичный Метод

public MapAssembly ( System assembly ) : System.Reflection.Assembly
assembly System
Результат System.Reflection.Assembly
        public override System.Reflection.Assembly MapAssembly(System.Reflection.Assembly assembly) { throw null; }
        public override System.Reflection.TypeInfo MapType(System.Reflection.TypeInfo type) { throw null; }