C# Class FullInspector.Modules.fiSharedInstanceScriptGenerator

Generates derived types for SharedInstance{T}.
显示文件 Open project: jacobdufault/fullinspector

Public Methods

Method Description
GenerateScript ( Type instanceType, Type serializerType ) : void

Private Methods

Method Description
Emit ( string className, string genericType, string serializerName ) : void
RemoveAll ( string str, char c ) : string

Method Details

GenerateScript() public static method

public static GenerateScript ( Type instanceType, Type serializerType ) : void
instanceType System.Type
serializerType System.Type
return void