C# Class System.ZXPProxy

Datei anzeigen Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Methods

Method Description
Add ( Type t ) : void
GetProxy ( Type t ) : ZXPProxy

Private Methods

Method Description
CreateProxy ( ) : void
CreateProxyFields ( ) : void
CreateProxyFuncs ( ) : void
CreateProxyProps ( ) : void
GetAttribute ( FieldInfo fi ) : ZXParseAttribute
GetAttribute ( MethodInfo mi ) : ZXParseAttribute
GetAttribute ( PropertyInfo pi ) : ZXParseAttribute
ZXPProxy ( Type t ) : System

Method Details

Add() public static method

public static Add ( Type t ) : void
t Type
return void

GetProxy() public static method

public static GetProxy ( Type t ) : ZXPProxy
t Type
return ZXPProxy