C# Class variableclient.Variable

Show file Open project: MadrMan/gpgpuraytrace Class Usage Examples

Public Properties

Property Type Description
data Object

Public Methods

Method Description
DataToStruct ( byte array ) : void
StructToData ( ) : void
Variable ( Type type, String name ) : System

Method Details

DataToStruct() public method

public DataToStruct ( byte array ) : void
array byte
return void

StructToData() public method

public StructToData ( ) : void
return void

Variable() public method

public Variable ( Type type, String name ) : System
type System.Type
name String
return System

Property Details

data public property

public Object data
return Object