C# 클래스 Scorpio.Util

파일 보기 프로젝트 열기: qingfeng346/Scorpio-CSharp 1 사용 예제들

공개 메소드들

메소드 설명
Assert ( bool b, Script script, string message ) : void
CanChangeType ( ScriptObject par, Type type ) : bool
ChangeType ( Script script, ScriptObject par, Type type ) : object
ChangeType_impl ( object value, Type conversionType ) : object
IsDelegateType ( Type type ) : bool
IsExtensionMethod ( MemberInfo method ) : bool
IsExtensionType ( Type type ) : bool
IsNullOrEmpty ( String str ) : bool
IsParamArray ( ParameterInfo info ) : bool
IsVoid ( Type type ) : bool
ReadString ( BinaryReader reader ) : string
ToDouble ( object value ) : double
ToInt32 ( object value ) : int
ToInt64 ( object value ) : long
WriteString ( BinaryWriter writer, string str ) : void

메소드 상세

Assert() 공개 정적인 메소드

public static Assert ( bool b, Script script, string message ) : void
b bool
script Script
message string
리턴 void

CanChangeType() 공개 정적인 메소드

public static CanChangeType ( ScriptObject par, Type type ) : bool
par ScriptObject
type System.Type
리턴 bool

ChangeType() 공개 정적인 메소드

public static ChangeType ( Script script, ScriptObject par, Type type ) : object
script Script
par ScriptObject
type System.Type
리턴 object

ChangeType_impl() 공개 정적인 메소드

public static ChangeType_impl ( object value, Type conversionType ) : object
value object
conversionType System.Type
리턴 object

IsDelegateType() 공개 정적인 메소드

public static IsDelegateType ( Type type ) : bool
type System.Type
리턴 bool

IsExtensionMethod() 공개 정적인 메소드

public static IsExtensionMethod ( MemberInfo method ) : bool
method MemberInfo
리턴 bool

IsExtensionType() 공개 정적인 메소드

public static IsExtensionType ( Type type ) : bool
type Type
리턴 bool

IsNullOrEmpty() 공개 정적인 메소드

public static IsNullOrEmpty ( String str ) : bool
str String
리턴 bool

IsParamArray() 공개 정적인 메소드

public static IsParamArray ( ParameterInfo info ) : bool
info ParameterInfo
리턴 bool

IsVoid() 공개 정적인 메소드

public static IsVoid ( Type type ) : bool
type Type
리턴 bool

ReadString() 공개 정적인 메소드

public static ReadString ( BinaryReader reader ) : string
reader BinaryReader
리턴 string

ToDouble() 공개 정적인 메소드

public static ToDouble ( object value ) : double
value object
리턴 double

ToInt32() 공개 정적인 메소드

public static ToInt32 ( object value ) : int
value object
리턴 int

ToInt64() 공개 정적인 메소드

public static ToInt64 ( object value ) : long
value object
리턴 long

WriteString() 공개 정적인 메소드

public static WriteString ( BinaryWriter writer, string str ) : void
writer BinaryWriter
str string
리턴 void