C# Class Castle.DynamicProxy.Serialization.CacheMappingsAttribute

Inheritance: System.Attribute
Show file Open project: Jarvin-Guan/CleanAOP

Public Methods

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

Method Details

ApplyTo() public static method

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

CacheMappingsAttribute() public method

public CacheMappingsAttribute ( byte serializedCacheMappings ) : System
serializedCacheMappings byte
return System

GetDeserializedMappings() public method

public GetDeserializedMappings ( ) : string>.Dictionary
return string>.Dictionary