C# 클래스 Tp.Utils.Mime.SupportUtil

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins 1 사용 예제들

공개 메소드들

메소드 설명
GetAssembly ( string assemblyName ) : Assembly
ToArray ( ICollection c, Object objects ) : Object[]

Obtains an array containing all the elements of the collection.

ToByteArray ( Object tempObjectArray ) : byte[]

Converts a array of object-type instances to a byte-type array.

ToByteArray ( String sourceString ) : byte[]

Converts a string to an array of bytes

ToByteArrayWithDefaultCodePage ( String sourceString ) : byte[]

Converts a string to an array of bytes

메소드 상세

GetAssembly() 공개 정적인 메소드

public static GetAssembly ( string assemblyName ) : Assembly
assemblyName string
리턴 System.Reflection.Assembly

ToArray() 공개 정적인 메소드

Obtains an array containing all the elements of the collection.
public static ToArray ( ICollection c, Object objects ) : Object[]
c ICollection
objects Object The array into which the elements of the collection will be stored.
리턴 Object[]

ToByteArray() 공개 정적인 메소드

Converts a array of object-type instances to a byte-type array.
public static ToByteArray ( Object tempObjectArray ) : byte[]
tempObjectArray Object Array to convert.
리턴 byte[]

ToByteArray() 공개 정적인 메소드

Converts a string to an array of bytes
public static ToByteArray ( String sourceString ) : byte[]
sourceString String The string to be converted
리턴 byte[]

ToByteArrayWithDefaultCodePage() 공개 정적인 메소드

Converts a string to an array of bytes
public static ToByteArrayWithDefaultCodePage ( String sourceString ) : byte[]
sourceString String The string to be converted
리턴 byte[]