C# Class Castle.DynamicProxy.Serialization.CacheMappingsAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Jarvin-Guan/CleanAOP

Méthodes publiques

Méthode Description
ApplyTo ( AssemblyBuilder assemblyBuilder, string>.Dictionary mappings ) : void
CacheMappingsAttribute ( byte serializedCacheMappings ) : System
GetDeserializedMappings ( ) : string>.Dictionary

Method Details

ApplyTo() public static méthode

public static ApplyTo ( AssemblyBuilder assemblyBuilder, string>.Dictionary mappings ) : void
assemblyBuilder System.Reflection.Emit.AssemblyBuilder
mappings string>.Dictionary
Résultat void

CacheMappingsAttribute() public méthode

public CacheMappingsAttribute ( byte serializedCacheMappings ) : System
serializedCacheMappings byte
Résultat System

GetDeserializedMappings() public méthode

public GetDeserializedMappings ( ) : string>.Dictionary
Résultat string>.Dictionary