Method | Description | |
---|---|---|
FindField ( this type, string name ) : |
||
FindProperty ( this type, string name ) : Mono.Cecil.PropertyDefinition | ||
GetPropertyNameByMethod ( Mono.Cecil.MethodDefinition method ) : string | ||
IsCompilerGenerated ( this type ) : bool | ||
IsInheritedFrom ( this childType, |
||
IsPropertyMethod ( this method ) : bool |
public static FindField ( this type, string name ) : |
||
type | this | |
name | string | |
return |
public static FindProperty ( this type, string name ) : Mono.Cecil.PropertyDefinition | ||
type | this | |
name | string | |
return | Mono.Cecil.PropertyDefinition |
public static GetPropertyNameByMethod ( Mono.Cecil.MethodDefinition method ) : string | ||
method | Mono.Cecil.MethodDefinition | |
return | string |
public static IsCompilerGenerated ( this type ) : bool | ||
type | this | |
return | bool |
public static IsInheritedFrom ( this childType, |
||
childType | this | |
baseType | ||
return | bool |
public static IsPropertyMethod ( this method ) : bool | ||
method | this | |
return | bool |