C# Class Rhino.Tools.SourceReader

显示文件 Open project: hazzik/Rhino.Net

Public Methods

Method Description
ReadFileOrUrl ( string path, bool convertToString, string defaultEncoding ) : object
ToUrl ( string path ) : Uri

Method Details

ReadFileOrUrl() public static method

public static ReadFileOrUrl ( string path, bool convertToString, string defaultEncoding ) : object
path string
convertToString bool
defaultEncoding string
return object

ToUrl() public static method

public static ToUrl ( string path ) : Uri
path string
return System.Uri