Summary
Returns the signature of `method` as it would appear in C# code.
		- Assembly
 - Weaver
.dll  - Namespace
 - Weaver
 - Containing Type
 - CSharp
 
Syntax
public static string GetSignature(this MethodInfo method, CSharp.NameVerbosity verbosity = Full, bool returnType = true, bool declaringType = true, bool parameters = true, bool parameterDetails = true)
	Parameters
| Name | Type | Description | 
|---|---|---|
| method | MethodInfo | |
| verbosity | CSharp | 
						|
| returnType | bool | |
| declaringType | bool | |
| parameters | bool | |
| parameterDetails | bool | 
Return Value
| Type | Description | 
|---|---|
| string |