Beispiel #1
0
 /// <summary>
 /// Resolves a type by its string signature.
 /// Warning: this method might return a TypeBuilder as well as a Type, if the signature points to an inner type.
 /// </summary>
 public Type ResolveType(string signature)
 {
     return(ResolveType(TypeSignature.Parse(signature)));
 }