C# Class NodeEditorFramework.ConnectionTypes

ファイルを表示 Open project: dlannan/csg-toolkit Class Usage Examples

Public Methods

Method Description
FetchTypes ( ) : void

Fetches every Type Declaration in the assembly

GetType ( string typeName ) : Type
GetTypeData ( string typeName ) : TypeData

Method Details

FetchTypes() public static method

Fetches every Type Declaration in the assembly
public static FetchTypes ( ) : void
return void

GetType() public static method

public static GetType ( string typeName ) : Type
typeName string
return System.Type

GetTypeData() public static method

public static GetTypeData ( string typeName ) : TypeData
typeName string
return TypeData