C# 클래스 Castle.DynamicProxy.Serialization.CacheMappingsAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Jarvin-Guan/CleanAOP

공개 메소드들

메소드 설명
ApplyTo ( AssemblyBuilder assemblyBuilder, string>.Dictionary mappings ) : void
CacheMappingsAttribute ( byte serializedCacheMappings ) : System
GetDeserializedMappings ( ) : string>.Dictionary

메소드 상세

ApplyTo() 공개 정적인 메소드

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

CacheMappingsAttribute() 공개 메소드

public CacheMappingsAttribute ( byte serializedCacheMappings ) : System
serializedCacheMappings byte
리턴 System

GetDeserializedMappings() 공개 메소드

public GetDeserializedMappings ( ) : string>.Dictionary
리턴 string>.Dictionary