C# 클래스 LitDev.IncludeFile

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

공개 프로퍼티들

프로퍼티 타입 설명
fieldInfos System.Reflection.FieldInfo[]
index int
name string
type System.Type

공개 메소드들

메소드 설명
IncludeFile ( string path, int index ) : System

메소드 상세

IncludeFile() 공개 메소드

public IncludeFile ( string path, int index ) : System
path string
index int
리턴 System

프로퍼티 상세

fieldInfos 공개적으로 프로퍼티

public FieldInfo[],System.Reflection fieldInfos
리턴 System.Reflection.FieldInfo[]

index 공개적으로 프로퍼티

public int index
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

type 공개적으로 프로퍼티

public Type,System type
리턴 System.Type