System.Reflection.Context.CustomReflectionContext.MapAssembly C# (CSharp) Méthode

MapAssembly() public méthode

public MapAssembly ( System assembly ) : System.Reflection.Assembly
assembly System
Résultat 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; }