C# Class StructConvertersSandbox.Program

Mostrar archivo Open project: Blind-Striker/infinityfiction

Public Methods

Method Description
SerializeMessage ( Type structType, object @struct ) : byte[]

Private Methods

Method Description
CompileSource ( string sourceCode ) : Assembly
Main ( string args ) : void

Method Details

SerializeMessage() public static method

public static SerializeMessage ( Type structType, object @struct ) : byte[]
structType System.Type
@struct object
return byte[]