C# 클래스 Mono.Helper

파일 보기 프로젝트 열기: shana/moon

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AreEqual() 공개 정적인 메소드

public static AreEqual ( Type type, object x, object y ) : bool
type System.Type
x object
y object
리턴 bool

AreEqual() 공개 정적인 메소드

public static AreEqual ( object x, object y ) : bool
x object
y object
리턴 bool

CanonicalizeAssemblyPath() 공개 정적인 메소드

public static CanonicalizeAssemblyPath ( string path ) : string
path string
리턴 string

CanonicalizeResourceName() 공개 정적인 메소드

public static CanonicalizeResourceName ( string resource ) : string
resource string
리턴 string

CheckAccess() 공개 정적인 메소드

public static CheckAccess ( ) : bool
리턴 bool

CheckFileIntegrity() 공개 정적인 메소드

public static CheckFileIntegrity ( string filename ) : bool
filename string
리턴 bool

GetConverterFor() 공개 정적인 메소드

public static GetConverterFor ( MemberInfo info, Type target_type ) : TypeConverter
info System.Reflection.MemberInfo
target_type System.Type
리턴 System.ComponentModel.TypeConverter

IsUserInitiated() 공개 정적인 메소드

public static IsUserInitiated ( ) : bool
리턴 bool

StreamToIntPtr() 공개 정적인 메소드

public static StreamToIntPtr ( Stream stream ) : IntPtr
stream Stream
리턴 System.IntPtr