C# Class Mono.Cecil.MethodDefinitionProjection

Show file Open project: Unity-Technologies/cecil Class Usage Examples

Public Properties

Property Type Description
Attributes MethodAttributes
ImplAttributes MethodImplAttributes
Name string
Treatment MethodDefinitionTreatment

Public Methods

Method Description
MethodDefinitionProjection ( Mono.Cecil.MethodDefinition method, MethodDefinitionTreatment treatment ) : System

Method Details

MethodDefinitionProjection() public method

public MethodDefinitionProjection ( Mono.Cecil.MethodDefinition method, MethodDefinitionTreatment treatment ) : System
method Mono.Cecil.MethodDefinition
treatment MethodDefinitionTreatment
return System

Property Details

Attributes public property

public MethodAttributes Attributes
return MethodAttributes

ImplAttributes public property

public MethodImplAttributes ImplAttributes
return MethodImplAttributes

Name public property

public string Name
return string

Treatment public property

public MethodDefinitionTreatment Treatment
return MethodDefinitionTreatment