C# 클래스 JackSharp.Pointers.MarshallingHelper

파일 보기 프로젝트 열기: residuum/JackSharp

공개 메소드들

메소드 설명
PtrToString ( this ptr ) : string
PtrToStringArray ( this stringArray ) : string[]

비공개 메소드들

메소드 설명
CountStrings ( this stringArray ) : ushort
PtrToStringArray ( this stringArray, ushort count ) : string[]

메소드 상세

PtrToString() 공개 정적인 메소드

public static PtrToString ( this ptr ) : string
ptr this
리턴 string

PtrToStringArray() 공개 정적인 메소드

public static PtrToStringArray ( this stringArray ) : string[]
stringArray this
리턴 string[]