C# Class ilcclib.Converter.PInvoke.PInvokeConverter

Inheritance: TraversableCConverter
显示文件 Open project: soywiz/ilcc

Protected Methods

Method Description
ConvertCTypeToType_GetFixedArrayType ( CType ElementCType, Type ElementType, int FixedSize ) : Type

Private Methods

Method Description
DeclarationList ( CParser DeclarationList ) : void
FunctionDeclaration ( CParser FunctionDeclaration ) : void
Program ( CParser Program ) : void
TypeDeclaration ( CParser TypeDeclaration ) : void
VariableDeclaration ( CParser VariableDeclaration ) : void

Method Details

ConvertCTypeToType_GetFixedArrayType() protected method

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