C# Class TUP.AsmResolver.NET.Specialized.MSIL.MethodBody

Datei anzeigen Open project: Rex-Hays/GNIDA Class Usage Examples

Public Methods

Method Description
ClearCache ( ) : void
FromMethod ( MethodDefinition methodDef ) : MethodBody
LoadCache ( ) : void

Private Methods

Method Description
MethodBody ( ) : System

Method Details

ClearCache() public method

public ClearCache ( ) : void
return void

FromMethod() public static method

public static FromMethod ( MethodDefinition methodDef ) : MethodBody
methodDef MethodDefinition
return MethodBody

LoadCache() public method

public LoadCache ( ) : void
return void