Summary
Returns the full name of a `member` as it would appear in C# code.
- Assembly
- UltEvents
.dll - Namespace
- UltEvents
- Containing Type
- UltEventUtils
Syntax
public static string GetNameCS(this MemberInfo member, bool fullName = true)
Remarks
For example, passing this method info in as its own parameter would return
"
UltEvents.UltEventUtils
.GetNameCS".
Note that when `member` is a System.Type
, this method calls
UltEvents.UltEventUtils.GetNameCS(System.Type,System.Boolean)
instead.
Parameters
Name | Type | Description |
---|---|---|
member | MemberInfo | |
fullName | bool |
Return Value
Type | Description |
---|---|
string |