C# Class FullInspector.Modules.fiSharedInstanceScriptGenerator

Generates derived types for SharedInstance{T}.
Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Méthode Description
GenerateScript ( Type instanceType, Type serializerType ) : void

Private Methods

Méthode Description
Emit ( string className, string genericType, string serializerName ) : void
RemoveAll ( string str, char c ) : string

Method Details

GenerateScript() public static méthode

public static GenerateScript ( Type instanceType, Type serializerType ) : void
instanceType System.Type
serializerType System.Type
Résultat void