# SalFunctionalClass

Namespace: **PPJ.Runtime**

Assembly: **PPJ.Runtime.49** (4.9.0.0)

Summary description for SalFunctionalClass.

{% tabs %}
{% tab title="C#" %}

```csharp
public class SalFunctionalClass
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class SalFunctionalClass
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](/files/dBIrS7XBDGmrzmTRbSI6)SalFunctionalClass()

Default constructor.

## Fields

| Name          | Type                                                                | Description                                                                                              |
| ------------- | ------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| **\_derived** | [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object) | Instance of the derived object that inherits this class as a second base in a multiple inheritance tree. |

## Methods

### ![](/files/69uzLyEV3ANF4GK6pznb)CreateFromString(className)

Creates an instance of the class.

| Parameter     | Type                                                                | Description |
| ------------- | ------------------------------------------------------------------- | ----------- |
| **className** | [String](https://docs.microsoft.com/en-us/dotnet/api/system.string) | Class name  |

**Returns:** [SalFunctionalClass](/ppj.runtime.49/types/ppj.runtime.salfunctionalclass.md).

### ![](/files/dBIrS7XBDGmrzmTRbSI6)GetTypeName()

Returns the name of the class.

**Returns:** [String](https://docs.microsoft.com/en-us/dotnet/api/system.string). BOOL

### ![](/files/dBIrS7XBDGmrzmTRbSI6)IsDerivedFrom(className)

Returns true if the object is derived from the class specified.

| Parameter     | Type                                                                | Description |
| ------------- | ------------------------------------------------------------------- | ----------- |
| **className** | [String](https://docs.microsoft.com/en-us/dotnet/api/system.string) |             |

**Returns:** [Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean).

### ![](/files/dBIrS7XBDGmrzmTRbSI6)IsDerivedFrom(type)

Returns true if the object is derived from the class specified.

| Parameter | Type                                                            | Description |
| --------- | --------------------------------------------------------------- | ----------- |
| **type**  | [Type](https://docs.microsoft.com/en-us/dotnet/api/system.type) |             |

**Returns:** [Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean).

### ![](/files/69uzLyEV3ANF4GK6pznb)IsValidClassName(className)

Determine whether the specified class name is a valid user-defined class name.

| Parameter     | Type                                                                | Description |
| ------------- | ------------------------------------------------------------------- | ----------- |
| **className** | [String](https://docs.microsoft.com/en-us/dotnet/api/system.string) |             |

**Returns:** [Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean).

## Inherited By

| Name                                                                         | Description                         |
| ---------------------------------------------------------------------------- | ----------------------------------- |
| [SalCoClass](/ppj.runtime.49/types/ppj.runtime.salfunctionalclass.md)        | Summary description for SalCoClass. |
| [SalObject](/ppj.runtime.49/types/ppj.runtime.salfunctionalclass.md)         | Summary description for SalObject.  |
| [SalOleErrorInfo](/ppj.runtime.49/types/ppj.runtime.salfunctionalclass.md)   | OleErrorInfo implementation.        |
| [SalSafeArray](/ppj.runtime.49/types/ppj.runtime.salfunctionalclass.md)      | SalSafeArray implementation.        |
| [SalVariant](/ppj.runtime.49/types/ppj.runtime.salfunctionalclass.md)        | Variant implementation.             |
| [SalToolTipManager](/ppj.runtime.49/types/ppj.runtime.salfunctionalclass.md) | Class for managing tool tips.       |
| [VisPoint](/ppj.runtime.49/types/ppj.runtime.salfunctionalclass.md)          |                                     |
| [VisRect](/ppj.runtime.49/types/ppj.runtime.salfunctionalclass.md)           |                                     |
| [VisSize](/ppj.runtime.49/types/ppj.runtime.salfunctionalclass.md)           |                                     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://desktop-api.iceteagroup.com/ppj.runtime.49/types/ppj.runtime.salfunctionalclass.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
