Click or drag to resize

YStaticMethods Class

This static class contains some static methods and extention methods.
Inheritance Hierarchy
SystemObject
  Upsilon.Common.LibraryYStaticMethods

Namespace: Upsilon.Common.Library
Assembly: Upsilon.Common.Library (in Upsilon.Common.Library.dll) Version: 2.2.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax
C#
public static class YStaticMethods

The YStaticMethods type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCopy Copy a file or a directory.
Public methodStatic memberDownloadFile Download a file from the given URL.
Public methodStatic memberDownloadString Download a string from the given URL.
Public methodStatic memberGetAssembly Get the Upsilon.Common.Library assembly.
Public methodStatic memberGetAssemblyDirectory Get the Upsilon.Common.Library assembly directory.
Public methodStatic memberGetAssemblyName Get the Upsilon.Common.Library assembly name.
Public methodStatic memberGetAssemblyVersion Get the Upsilon.Common.Library assembly version.
Public methodStatic memberOpenFileOrUrl Open a file or an url.
Public methodStatic memberProcessStart(String, Boolean, Boolean) Run the given command without arguments.
Public methodStatic memberProcessStart(String, String, Boolean, Boolean) Run the given command with its arguments.
Top
See Also