ClassName Class

Summary

A fully-qualified class name for class.
Namespace
Ponet
Base Types
  • object
graph BT Type-->Base0["object"] Type["ClassName"] class Type type-node

Syntax

public sealed class ClassName

Properties

Name Value Summary
FullyQualifiedName string
NameSpace string
SimpleName string

Methods

Name Value Summary
Guess(string) ClassName
Returns a new ClassName instance for the given fully-qualified class name string.
static
Of(Type) ClassName
Returns a new ClassName instance for the given System.Type.
static