Class Codebase
Inheritance
System.Object
Codebase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Bayat.Core.Editor.dll
Syntax
public static class Codebase
Properties
|
Improve this Doc
View Source
Assemblies
Declaration
public static ReadOnlyCollection<Assembly> Assemblies { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Reflection.Assembly> |
|
|
Improve this Doc
View Source
EditorAssemblies
Declaration
public static ReadOnlyCollection<Assembly> EditorAssemblies { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Reflection.Assembly> |
|
|
Improve this Doc
View Source
EditorTypes
Declaration
public static ReadOnlyCollection<Type> EditorTypes { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Type> |
|
|
Improve this Doc
View Source
RuntimeAssemblies
Declaration
public static ReadOnlyCollection<Assembly> RuntimeAssemblies { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Reflection.Assembly> |
|
|
Improve this Doc
View Source
RuntimeTypes
Declaration
public static ReadOnlyCollection<Type> RuntimeTypes { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Type> |
|
|
Improve this Doc
View Source
Types
Declaration
public static ReadOnlyCollection<Type> Types { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Type> |
|
Methods
|
Improve this Doc
View Source
IsEditorType(Type)
Declaration
public static bool IsEditorType(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsInternalType(Type)
Declaration
public static bool IsInternalType(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsRuntimeType(Type)
Declaration
public static bool IsRuntimeType(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Type |
Description |
System.Boolean |
|