C# Class LitDev.IncludeFile

Exibir arquivo Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
fieldInfos System.Reflection.FieldInfo[]
index int
name string
type System.Type

Public Methods

Method Description
IncludeFile ( string path, int index ) : System

Method Details

IncludeFile() public method

public IncludeFile ( string path, int index ) : System
path string
index int
return System

Property Details

fieldInfos public_oe property

public FieldInfo[],System.Reflection fieldInfos
return System.Reflection.FieldInfo[]

index public_oe property

public int index
return int

name public_oe property

public string name
return string

type public_oe property

public Type,System type
return System.Type