C# 클래스 EsotericIDE.Sclipting.ScliptingUtil

파일 보기 프로젝트 열기: Timwi/EsotericIDE 1 사용 예제들

공개 메소드들

메소드 설명
DecodeByteArray ( string source ) : byte[]
EncodeByteArray ( byte input ) : string
FlipIf ( bool doFlip, System.Action first, System.Action second ) : void
GetInstructionInfo ( char character, Instruction &instruction, NodeType &type ) : bool
GetInstructionInfo ( char character, ListStringInstruction &listStringType, bool &backwards ) : bool
IsNonEmpty ( object item ) : bool
IsTrue ( object item ) : bool
ToFloat ( object item ) : double
ToInt ( object item ) : System.Numerics.BigInteger
ToNumeric ( object item ) : object
ToString ( object item ) : string
recursiveListSum ( List list ) : object
recursiveListSum ( List list, System.Numerics.BigInteger &bigInt, double &dbl, bool &isDouble ) : void

비공개 메소드들

메소드 설명
PostBuildCheck ( IPostBuildReporter rep ) : void
initInstructionsDictionary ( ) : void

메소드 상세

DecodeByteArray() 공개 정적인 메소드

public static DecodeByteArray ( string source ) : byte[]
source string
리턴 byte[]

EncodeByteArray() 공개 정적인 메소드

public static EncodeByteArray ( byte input ) : string
input byte
리턴 string

FlipIf() 공개 정적인 메소드

public static FlipIf ( bool doFlip, System.Action first, System.Action second ) : void
doFlip bool
first System.Action
second System.Action
리턴 void

GetInstructionInfo() 공개 정적인 메소드

public static GetInstructionInfo ( char character, Instruction &instruction, NodeType &type ) : bool
character char
instruction Instruction
type NodeType
리턴 bool

GetInstructionInfo() 공개 정적인 메소드

public static GetInstructionInfo ( char character, ListStringInstruction &listStringType, bool &backwards ) : bool
character char
listStringType ListStringInstruction
backwards bool
리턴 bool

IsNonEmpty() 공개 정적인 메소드

public static IsNonEmpty ( object item ) : bool
item object
리턴 bool

IsTrue() 공개 정적인 메소드

public static IsTrue ( object item ) : bool
item object
리턴 bool

ToFloat() 공개 정적인 메소드

public static ToFloat ( object item ) : double
item object
리턴 double

ToInt() 공개 정적인 메소드

public static ToInt ( object item ) : System.Numerics.BigInteger
item object
리턴 System.Numerics.BigInteger

ToNumeric() 공개 정적인 메소드

public static ToNumeric ( object item ) : object
item object
리턴 object

ToString() 공개 정적인 메소드

public static ToString ( object item ) : string
item object
리턴 string

recursiveListSum() 공개 정적인 메소드

public static recursiveListSum ( List list ) : object
list List
리턴 object

recursiveListSum() 공개 정적인 메소드

public static recursiveListSum ( List list, System.Numerics.BigInteger &bigInt, double &dbl, bool &isDouble ) : void
list List
bigInt System.Numerics.BigInteger
dbl double
isDouble bool
리턴 void