Summary
A fully-qualified class name for class.
- Namespace
- Ponet
- Base Types
-
- object
Syntax
public sealed class ClassName
Properties
| Name | Value | Summary |
|---|---|---|
| FullyQualifiedName | string | |
| NameSpace | string | |
| SimpleName | string |
Methods
| Name | Value | Summary |
|---|---|---|
| Guess |
ClassName |
Returns a new ClassName instance for the given fully-qualified class name string.
static
|
| Of |
ClassName |
Returns a new ClassName instance for the given
System.Type.
static
|