Server.TypeCache.GetTypeByFullName C# (CSharp) Méthode

GetTypeByFullName() public méthode

public GetTypeByFullName ( string fullName, bool ignoreCase ) : Type
fullName string
ignoreCase bool
Résultat System.Type
		public Type GetTypeByFullName( string fullName, bool ignoreCase )
		{
			return m_FullNames.Get( fullName, ignoreCase );
		}