C# Class TAP.Core.ScriptPath

Afficher le fichier Open project: tnwinc/TAP.Net

Méthodes publiques

Свойство Type Description
Basepath string
Path string

Méthodes publiques

Méthode Description
GetRelativePart ( ) : string
ScriptPath ( string path, string basepath ) : System
ToString ( ) : string

Method Details

GetRelativePart() public méthode

public GetRelativePart ( ) : string
Résultat string

ScriptPath() public méthode

public ScriptPath ( string path, string basepath ) : System
path string
basepath string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Basepath public_oe property

public string Basepath
Résultat string

Path public_oe property

public string Path
Résultat string