C# Class CryoAOP.Core.ShadowAssemblyType

Mostrar archivo Open project: fir3pho3nixx/cryo-aop Class Usage Examples

Public Properties

Property Type Description
OriginalAssemblyPath string
ShadowAssembly System.Reflection.Assembly

Public Methods

Method Description
ShadowAssemblyType ( System shadowAssembly, string originalAssemblyPath ) : System
ToString ( ) : string

Method Details

ShadowAssemblyType() public method

public ShadowAssemblyType ( System shadowAssembly, string originalAssemblyPath ) : System
shadowAssembly System
originalAssemblyPath string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

OriginalAssemblyPath public_oe property

public string OriginalAssemblyPath
return string

ShadowAssembly public_oe property

public System.Reflection.Assembly ShadowAssembly
return System.Reflection.Assembly