C# 클래스 CodeGenerator.InterfacedActorCodeGenerator

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

공개 메소드들

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

비공개 메소드들

메소드 설명
EnsureSurrogateForIRequestTarget ( Type callerType, CodeWriter w ) : void
GeneratePayloadCode ( Type type, CodeWriter w, string>.List method2PayloadTypeNames ) : void
GenerateRefCode ( Type type, CodeWriter w, Type baseTypes, string>.Tuple typeInfos ) : void
GenerateSyncCode ( Type type, CodeWriter w, Type baseTypes, string>.Tuple typeInfos ) : void
GetInvokableMethods ( Type type ) : System.Reflection.MethodInfo[]
GetPayloadTypeNames ( Type type, MethodInfo methods ) : List>>

메소드 상세

GenerateCode() 공개 메소드

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