C# Class StructConvertersSandbox.Program

Afficher le fichier Open project: Blind-Striker/infinityfiction

Méthodes publiques

Méthode Description
SerializeMessage ( Type structType, object @struct ) : byte[]

Private Methods

Méthode Description
CompileSource ( string sourceCode ) : Assembly
Main ( string args ) : void

Method Details

SerializeMessage() public static méthode

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