C# Class Signum.Windows.PackUriHelper

Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Méthode Description
Local ( string path ) : Uri
Reference ( string path, Type assemblyTypeExample ) : Uri
Reference ( string path, string assemblyName ) : Uri
SiteOfOrigin ( string path ) : Uri

Method Details

Local() public static méthode

public static Local ( string path ) : Uri
path string
Résultat System.Uri

Reference() public static méthode

public static Reference ( string path, Type assemblyTypeExample ) : Uri
path string
assemblyTypeExample System.Type
Résultat System.Uri

Reference() public static méthode

public static Reference ( string path, string assemblyName ) : Uri
path string
assemblyName string
Résultat System.Uri

SiteOfOrigin() public static méthode

public static SiteOfOrigin ( string path ) : Uri
path string
Résultat System.Uri