C# Class CodeGenerator.InterfacedObserverCodeGenerator

Afficher le fichier Open project: SaladLab/Akka.Interfaced Class Usage Examples

Méthodes publiques

Méthode Description
GenerateCode ( Type type, CodeWriter w ) : void

Private Methods

Méthode Description
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

Method Details

GenerateCode() public méthode

public GenerateCode ( Type type, CodeWriter w ) : void
type System.Type
w CodeWriter
Résultat void