Class WebView
Inheritance
System.Object
WebView
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AltV.Net.Client.dll
Syntax
public class WebView : BaseObject, IInternalBaseObject, IWebView, IBaseObject, ISharedBaseObject, INative
Constructors
|
Improve this Doc
View Source
WebView(ICore, IntPtr, UInt32)
Declaration
public WebView(ICore core, IntPtr webViewNativePointer, uint id)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
webViewNativePointer |
|
System.UInt32 |
id |
|
Properties
|
Improve this Doc
View Source
Focused
Declaration
public bool Focused { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NativePointer
Declaration
public override IntPtr NativePointer { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Overlay
Declaration
public bool Overlay { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Position
Declaration
public Vector2 Position { get; }
Property Value
Type |
Description |
System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
Size
Declaration
public Vector2 Size { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Visible
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
WebViewNativePointer
Declaration
public IntPtr WebViewNativePointer { get; }
Property Value
Methods
|
Improve this Doc
View Source
AddOutput(IAudioOutput)
Declaration
public void AddOutput(IAudioOutput ouput)
Parameters
|
Improve this Doc
View Source
Emit(String, Object[])
Declaration
public void Emit(string eventName, params object[] args)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
System.Object[] |
args |
|
|
Improve this Doc
View Source
Focus()
Declaration
|
Improve this Doc
View Source
GetOutputs()
Declaration
public List<IAudioOutput> GetOutputs()
Returns
|
Improve this Doc
View Source
RemoveOutput(IAudioOutput)
Declaration
public void RemoveOutput(IAudioOutput ouput)
Parameters
|
Improve this Doc
View Source
Declaration
public void SetExtraHeader(string key, string value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.String |
value |
|
|
Improve this Doc
View Source
SetZoomLevel(Single)
Declaration
public void SetZoomLevel(float zoomLevel)
Parameters
Type |
Name |
Description |
System.Single |
zoomLevel |
|
|
Improve this Doc
View Source
Unfocus()
Declaration
Implements
Extension Methods
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8, T9>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8>)
Alt.On<T1, T2, T3, T4, T5, T6, T7>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7>)
Alt.On<T1, T2, T3, T4, T5, T6>(IWebView, String, Action<T1, T2, T3, T4, T5, T6>)
Alt.On<T1, T2, T3, T4, T5>(IWebView, String, Action<T1, T2, T3, T4, T5>)
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8, T9>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Alt.On<T1, T2, T3, T4, T5, T6, T7, T8>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8>)
Alt.On<T1, T2, T3, T4, T5, T6, T7>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7>)
Alt.On<T1, T2, T3, T4, T5, T6>(IWebView, String, Func<T1, T2, T3, T4, T5, T6>)
Alt.On<T1, T2, T3, T4, T5>(IWebView, String, Func<T1, T2, T3, T4, T5>)