C# 클래스 ilcc.Runtime.CLibUtils

파일 보기 프로젝트 열기: soywiz/ilcc

공개 프로퍼티들

프로퍼티 타입 설명
DefaultEncoding System.Text.Encoding

공개 메소드들

메소드 설명
ConvertToIntPtr ( object Object ) : IntPtr
GetBytesFromPointer ( sbyte Pointer, int Count ) : byte[]
GetLiteralStringPointer ( string Text ) : sbyte*
GetObjectsFromArgsIterator ( ArgIterator ArgIterator ) : object[]
GetStringFromPointer ( IntPtr Pointer ) : string
GetStringFromPointer ( UIntPtr Pointer ) : string
GetStringFromPointer ( sbyte Pointer ) : string
GetStringFromPointerWide ( char Pointer ) : string
IsAlpha ( char Char ) : bool
IsNumber ( char Char ) : bool
IsSpace ( char Char ) : bool
PutBytesToPointer ( sbyte Pointer, int Count, byte Data ) : void
RunTypeMain ( Type Type, string Args ) : int

sprintf_hl ( string Format ) : string

비공개 메소드들

메소드 설명
ToInt32 ( object Object ) : int
ToUInt32 ( object Object ) : uint

메소드 상세

ConvertToIntPtr() 공개 정적인 메소드

public static ConvertToIntPtr ( object Object ) : IntPtr
Object object
리턴 System.IntPtr

GetBytesFromPointer() 공개 정적인 메소드

public static GetBytesFromPointer ( sbyte Pointer, int Count ) : byte[]
Pointer sbyte
Count int
리턴 byte[]

GetLiteralStringPointer() 공개 정적인 메소드

public static GetLiteralStringPointer ( string Text ) : sbyte*
Text string
리턴 sbyte*

GetObjectsFromArgsIterator() 공개 정적인 메소드

public static GetObjectsFromArgsIterator ( ArgIterator ArgIterator ) : object[]
ArgIterator System.ArgIterator
리턴 object[]

GetStringFromPointer() 공개 정적인 메소드

public static GetStringFromPointer ( IntPtr Pointer ) : string
Pointer System.IntPtr
리턴 string

GetStringFromPointer() 공개 정적인 메소드

public static GetStringFromPointer ( UIntPtr Pointer ) : string
Pointer System.UIntPtr
리턴 string

GetStringFromPointer() 공개 정적인 메소드

public static GetStringFromPointer ( sbyte Pointer ) : string
Pointer sbyte
리턴 string

GetStringFromPointerWide() 공개 정적인 메소드

public static GetStringFromPointerWide ( char Pointer ) : string
Pointer char
리턴 string

IsAlpha() 공개 정적인 메소드

public static IsAlpha ( char Char ) : bool
Char char
리턴 bool

IsNumber() 공개 정적인 메소드

public static IsNumber ( char Char ) : bool
Char char
리턴 bool

IsSpace() 공개 정적인 메소드

public static IsSpace ( char Char ) : bool
Char char
리턴 bool

PutBytesToPointer() 공개 정적인 메소드

public static PutBytesToPointer ( sbyte Pointer, int Count, byte Data ) : void
Pointer sbyte
Count int
Data byte
리턴 void

RunTypeMain() 공개 정적인 메소드

public static RunTypeMain ( Type Type, string Args ) : int
Type System.Type
Args string
리턴 int

sprintf_hl() 공개 정적인 메소드

public static sprintf_hl ( string Format ) : string
Format string
리턴 string

프로퍼티 상세

DefaultEncoding 공개적으로 정적으로 프로퍼티

public static Encoding,System.Text DefaultEncoding
리턴 System.Text.Encoding