C# Class Mono.Helper

Afficher le fichier Open project: shana/moon

Méthodes publiques

Méthode Description
AreEqual ( Type type, object x, object y ) : bool
AreEqual ( object x, object y ) : bool
CanonicalizeAssemblyPath ( string path ) : string
CanonicalizeResourceName ( string resource ) : string
CheckAccess ( ) : bool
CheckFileIntegrity ( string filename ) : bool
GetConverterFor ( MemberInfo info, Type target_type ) : TypeConverter
IsUserInitiated ( ) : bool
StreamToIntPtr ( Stream stream ) : IntPtr

Private Methods

Méthode Description
CanonicalizeFileName ( string filename, bool is_xap_mode ) : string
CanonicalizeName ( StringBuilder sb, string str, int n ) : void
HashStream ( Stream stream, int length ) : byte[]
IsSigned ( Stream stream ) : bool

Method Details

AreEqual() public static méthode

public static AreEqual ( Type type, object x, object y ) : bool
type System.Type
x object
y object
Résultat bool

AreEqual() public static méthode

public static AreEqual ( object x, object y ) : bool
x object
y object
Résultat bool

CanonicalizeAssemblyPath() public static méthode

public static CanonicalizeAssemblyPath ( string path ) : string
path string
Résultat string

CanonicalizeResourceName() public static méthode

public static CanonicalizeResourceName ( string resource ) : string
resource string
Résultat string

CheckAccess() public static méthode

public static CheckAccess ( ) : bool
Résultat bool

CheckFileIntegrity() public static méthode

public static CheckFileIntegrity ( string filename ) : bool
filename string
Résultat bool

GetConverterFor() public static méthode

public static GetConverterFor ( MemberInfo info, Type target_type ) : TypeConverter
info System.Reflection.MemberInfo
target_type System.Type
Résultat System.ComponentModel.TypeConverter

IsUserInitiated() public static méthode

public static IsUserInitiated ( ) : bool
Résultat bool

StreamToIntPtr() public static méthode

public static StreamToIntPtr ( Stream stream ) : IntPtr
stream Stream
Résultat System.IntPtr