C# 클래스 CodeGenerator.InterfacedObserverCodeGenerator

파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced 1 사용 예제들

공개 메소드들

메소드 설명
GenerateCode ( Type type, CodeWriter w ) : void

비공개 메소드들

메소드 설명
EnsureSurrogateForINotificationChannel ( Type callerType, CodeWriter w ) : void
GenerateAsyncCode ( Type type, CodeWriter w, Type baseTypes, string>.Tuple typeInfos ) : void
GenerateObserverCode ( Type type, CodeWriter w, Type baseTypes, string>.Tuple typeInfos ) : void
GeneratePayloadCode ( Type type, CodeWriter w, string>.List method2PayloadTypeNames ) : void
GetEventMethods ( Type type ) : System.Reflection.MethodInfo[]
GetPayloadTypeNames ( Type type, MethodInfo methods ) : string>>.List

메소드 상세

GenerateCode() 공개 메소드

public GenerateCode ( Type type, CodeWriter w ) : void
type System.Type
w CodeWriter
리턴 void