C# 클래스 NMPRK_GUI.NMPRKReader

파일 보기 프로젝트 열기: 01org/NMPRK 1 사용 예제들

공개 메소드들

메소드 설명
GetFunctionInputOutput ( string func ) : FunctionInputOutput
GetFunctionSignature ( string func ) : string
GetStructure ( string stru ) : string
ReadFunctionsHeaderFile ( ) : void
ReadTypesHeaderFile ( ) : void

메소드 상세

GetFunctionInputOutput() 공개 정적인 메소드

public static GetFunctionInputOutput ( string func ) : FunctionInputOutput
func string
리턴 FunctionInputOutput

GetFunctionSignature() 공개 정적인 메소드

public static GetFunctionSignature ( string func ) : string
func string
리턴 string

GetStructure() 공개 정적인 메소드

public static GetStructure ( string stru ) : string
stru string
리턴 string

ReadFunctionsHeaderFile() 공개 정적인 메소드

public static ReadFunctionsHeaderFile ( ) : void
리턴 void

ReadTypesHeaderFile() 공개 정적인 메소드

public static ReadTypesHeaderFile ( ) : void
리턴 void