C# Class Rossbot.Api.ByteCodeLoader

Inheritance: System.MarshalByRefObject
Mostrar archivo Open project: fekberg/Roslyn-IRC-Bot

Public Methods

Method Description
ByteCodeLoader ( ) : System
Run ( byte compiledAssembly ) : object

Method Details

ByteCodeLoader() public method

public ByteCodeLoader ( ) : System
return System

Run() public method

public Run ( byte compiledAssembly ) : object
compiledAssembly byte
return object