C# 클래스 FullInspector.Modules.fiSharedInstanceScriptGenerator

Generates derived types for SharedInstance{T}.
파일 보기 프로젝트 열기: jacobdufault/fullinspector

공개 메소드들

메소드 설명
GenerateScript ( Type instanceType, Type serializerType ) : void

비공개 메소드들

메소드 설명
Emit ( string className, string genericType, string serializerName ) : void
RemoveAll ( string str, char c ) : string

메소드 상세

GenerateScript() 공개 정적인 메소드

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