C# Class Eto.Designer.Builders.FSharpInterfaceBuilder

Inheritance: CodeDomInterfaceBuilder
Mostra file Open project: picoe/Eto

Public Methods

Method Description
ExistsOnPath ( string fileName ) : bool
GetFullPath ( string fileName ) : string

Protected Methods

Method Description
CreateCodeProvider ( ) : CodeDomProvider
SetParameters ( CompilerParameters parameters ) : void

Method Details

CreateCodeProvider() protected method

protected CreateCodeProvider ( ) : CodeDomProvider
return CodeDomProvider

ExistsOnPath() public static method

public static ExistsOnPath ( string fileName ) : bool
fileName string
return bool

GetFullPath() public static method

public static GetFullPath ( string fileName ) : string
fileName string
return string

SetParameters() protected method

protected SetParameters ( CompilerParameters parameters ) : void
parameters System.CodeDom.Compiler.CompilerParameters
return void