C# 클래스 ilcclib.Converter.PInvoke.PInvokeConverter

상속: TraversableCConverter
파일 보기 프로젝트 열기: soywiz/ilcc

보호된 메소드들

메소드 설명
ConvertCTypeToType_GetFixedArrayType ( CType ElementCType, Type ElementType, int FixedSize ) : Type

비공개 메소드들

메소드 설명
DeclarationList ( CParser DeclarationList ) : void
FunctionDeclaration ( CParser FunctionDeclaration ) : void
Program ( CParser Program ) : void
TypeDeclaration ( CParser TypeDeclaration ) : void
VariableDeclaration ( CParser VariableDeclaration ) : void

메소드 상세

ConvertCTypeToType_GetFixedArrayType() 보호된 메소드

protected ConvertCTypeToType_GetFixedArrayType ( CType ElementCType, Type ElementType, int FixedSize ) : Type
ElementCType CType
ElementType System.Type
FixedSize int
리턴 System.Type