C# 클래스 Stiletto.Fody.CompilerKeys

파일 보기 프로젝트 열기: benjamin-bader/stiletto

공개 메소드들

메소드 설명
ForParam ( Mono.Cecil.ParameterDefinition param ) : string
ForProperty ( Mono.Cecil.PropertyDefinition property ) : string
ForReturnType ( Mono.Cecil.MethodReturnType methodReturnType ) : string
ForType ( TypeReference typedef, string name = null ) : string
GetLazyKey ( string key ) : string

Returns the key of the underlying binding of a Lazy<T> binding, or if the key is not a lazy binding.

GetMemberKey ( TypeReference typedef ) : string
GetProviderKey ( string key ) : string
GetSetKey ( string key ) : string
GetTypeName ( string key ) : string
IsNamed ( string key ) : bool

비공개 메소드들

메소드 설명
ExtractKey ( string key, int start, string delegatePrefix, string prefix ) : string
ForType ( TypeReference typedef, StringBuilder sb = null ) : void
GetRawGenericName ( TypeReference typedef ) : string
GetReflectionName ( this reference ) : string
StartOfType ( string key ) : int
SubstringStartsWith ( string str, int offset, string substring ) : bool

메소드 상세

ForParam() 공개 정적인 메소드

public static ForParam ( Mono.Cecil.ParameterDefinition param ) : string
param Mono.Cecil.ParameterDefinition
리턴 string

ForProperty() 공개 정적인 메소드

public static ForProperty ( Mono.Cecil.PropertyDefinition property ) : string
property Mono.Cecil.PropertyDefinition
리턴 string

ForReturnType() 공개 정적인 메소드

public static ForReturnType ( Mono.Cecil.MethodReturnType methodReturnType ) : string
methodReturnType Mono.Cecil.MethodReturnType
리턴 string

ForType() 공개 정적인 메소드

public static ForType ( TypeReference typedef, string name = null ) : string
typedef Mono.Cecil.TypeReference
name string
리턴 string

GetLazyKey() 공개 정적인 메소드

Returns the key of the underlying binding of a Lazy<T> binding, or if the key is not a lazy binding.
public static GetLazyKey ( string key ) : string
key string
리턴 string

GetMemberKey() 공개 정적인 메소드

public static GetMemberKey ( TypeReference typedef ) : string
typedef Mono.Cecil.TypeReference
리턴 string

GetProviderKey() 공개 정적인 메소드

public static GetProviderKey ( string key ) : string
key string
리턴 string

GetSetKey() 공개 정적인 메소드

public static GetSetKey ( string key ) : string
key string
리턴 string

GetTypeName() 공개 정적인 메소드

public static GetTypeName ( string key ) : string
key string
리턴 string

IsNamed() 공개 정적인 메소드

public static IsNamed ( string key ) : bool
key string
리턴 bool