C# 클래스 Utils.FileStatus

파일 보기 프로젝트 열기: adlnet/3D-Repository 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RecognizedFormats string[]
ViewableFormats string[]

공개 메소드들

메소드 설명
FileStatus ( string name, string ty ) : System

GetType ( string extension ) : string

비공개 메소드들

메소드 설명
ExtensionInArray ( string extension, string formatList ) : bool

메소드 상세

FileStatus() 공개 메소드

public FileStatus ( string name, string ty ) : System
name string
ty string
리턴 System

GetType() 공개 정적인 메소드

public static GetType ( string extension ) : string
extension string
리턴 string

프로퍼티 상세

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

public static string[] RecognizedFormats
리턴 string[]

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

public static string[] ViewableFormats
리턴 string[]