C# Class System.Xml.Serialization.TempAssembly

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
CanRead bool
GenerateAssembly System.Reflection.Assembly
GenerateAssemblyId string
GetMethodFromType System.Reflection.MethodInfo
GetName System.Reflection.AssemblyName
GetReferencedAssembly System.Reflection.Assembly
GetTypeFromAssembly System.Type
InitAssemblyMethods void
InvokeReader object
InvokeWriter void
IsSerializerVersionMatch bool
LoadGeneratedAssembly System.Reflection.Assembly
TempAssembly System.Reflection
TempAssembly System.Reflection
TempAssembly System.Reflection
TempAssembly System.Reflection
ValidateEncodingStyle string

Private Methods

Method Description
CanRead ( XmlMapping mapping, XmlReader xmlReader ) : bool
GenerateAssembly ( XmlMapping xmlMappings, Type types, string defaultNamespace, Evidence evidence, CompilerParameters parameters, Assembly assembly, Hashtable assemblies ) : Assembly
GenerateAssemblyId ( Type type ) : string
GetMethodFromType ( Type type, string methodName, Assembly assembly ) : MethodInfo
GetName ( Assembly assembly, bool copyName ) : AssemblyName
GetReferencedAssembly ( string name ) : Assembly
GetTypeFromAssembly ( Assembly assembly, string typeName ) : Type
InitAssemblyMethods ( XmlMapping xmlMappings ) : void
InvokeReader ( XmlMapping mapping, XmlReader xmlReader, XmlDeserializationEvents events, string encodingStyle ) : object
InvokeWriter ( XmlMapping mapping, XmlWriter xmlWriter, object o, XmlSerializerNamespaces namespaces, string encodingStyle, string id ) : void
IsSerializerVersionMatch ( Assembly serializer, Type type, string defaultNamespace, string location ) : bool
LoadGeneratedAssembly ( Type type, string defaultNamespace, XmlSerializerImplementation &contract ) : Assembly
TempAssembly ( ) : System.Reflection
TempAssembly ( XmlMapping xmlMappings, Assembly assembly, XmlSerializerImplementation contract ) : System.Reflection
TempAssembly ( XmlMapping xmlMappings, Type types, string defaultNamespace, string location, Evidence evidence ) : System.Reflection
TempAssembly ( XmlSerializerImplementation contract ) : System.Reflection
ValidateEncodingStyle ( string encodingStyle, string methodKey ) : string